Html Css Color HEX #707258 Finch

📋 copy color: '#707258'

red 112 ◦ green 114 ◦ blue 88

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

Shades of Finch #707258

Tints of Finch #707258

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.31%

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

R = 35.67%
G = 36.31%
B = 28.03%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#707258 (or 0x707258) is known color: Finch. HEX triplet: 70, 72 and 58. RGB value is (112,114,88). Sum of RGB (Red+Green+Blue) = 112+114+88=314 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.67% from 314); Green value is 114 (44.92% from 255 or 36.31% from 314); Blue value is 88 (34.77% from 255 or 28.03% from 314); Max value from RGB is 114 - color contains mainly: green. Hex color #707258 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707258 is #8F8DA7. Grayscale: #6E6E6E. Windows color (decimal): -9407912 or 5796464. OLE color: 5796464.

HSL color Cylindrical-coordinate representation of color #707258: hue angle of 64.62º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #707258 is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 114 88 -
CMYK 0.02 0 0.23 0.55
HSL 64.62º 0.13% 0.4% -
HSV(B) 64.62º 0.23% 0.45% -
XYZ 14.46 16.18 11.59 -
YUV 110.44 115.34 129.11 -
System Red Green Blue C M Y K H S L
Decimal 112 114 88 0.02 0 0.23 0.55 64.62 0.13 0.4
Hex 70 72 58 2 0 17 37 41 D 28
Octal 160 162 130 2 0 27 67 101 15 50
Binary 1110000 1110010 1011000 10 0 10111 110111 1000001 1101 101000

Color Harmonies of #707258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707258

Black with #707258

Text Example


Text Example

White with #707258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707258; }

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

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

background-color css

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

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

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

border-color css

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

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

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