Html Css Color HEX #707758 Finch

📋 copy color: '#707758'

red 112 ◦ green 119 ◦ blue 88

#707758
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Finch #707758

Tints of Finch #707758

RGB

 RED value IS 112 (44.14% from 255) = 35.11%

 GREEN value IS 119 (46.88% from 255) = 37.3%

 BLUE value IS 88 (34.77% from 255) = 27.59%

R = 35.11%
G = 37.3%
B = 27.59%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.26

 K value IS 0.53

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#707758 (or 0x707758) is known color: Finch. HEX triplet: 70, 77 and 58. RGB value is (112,119,88). Sum of RGB (Red+Green+Blue) = 112+119+88=319 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.11% from 319); Green value is 119 (46.88% from 255 or 37.30% from 319); Blue value is 88 (34.77% from 255 or 27.59% from 319); Max value from RGB is 119 - color contains mainly: green. Hex color #707758 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707758 is #8F88A7. Grayscale: #717171. Windows color (decimal): -9406632 or 5797744. OLE color: 5797744.

HSL color Cylindrical-coordinate representation of color #707758: hue angle of 73.55º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #707758 is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 119 88 -
CMYK 0.06 0 0.26 0.53
HSL 73.55º 0.15% 0.41% -
HSV(B) 73.55º 0.26% 0.47% -
XYZ 15.04 17.34 11.79 -
YUV 113.37 113.68 127.02 -
System Red Green Blue C M Y K H S L
Decimal 112 119 88 0.06 0 0.26 0.53 73.55 0.15 0.41
Hex 70 77 58 6 0 1A 35 4A F 29
Octal 160 167 130 6 0 32 65 112 17 51
Binary 1110000 1110111 1011000 110 0 11010 110101 1001010 1111 101001

Color Harmonies of #707758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707758

Black with #707758

Text Example


Text Example

White with #707758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707758; }

 p { color: rgb(112,119,88); }

 H1.HeaderClassName
 {
   color: #707758;
 }
 .AnyTagClassName
 {
   color: #707758;
 }
</style>

background-color css

<style>
 a { background-color: #707758; }

 a { background-color: rgb(112,119,88); }

 div.DivClassName
 {
   background-color: #707758;
 }
 .BgClassName
 {
   background-color: #707758;
 }
</style>

border-color css

<style>
 span { border-color: #707758; }

 span { border-color: rgb(112,119,88); }

 td.TdClassName
 {
   border-color: #707758;
 }
 .TagClassName
 {
   border-color: #707758;
 }
</style>