Html Css Color HEX #707451 Finch

📋 copy color: '#707451'

red 112 ◦ green 116 ◦ blue 81

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

Shades of Finch #707451

Tints of Finch #707451

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.54%

 BLUE value IS 81 (32.03% from 255) = 26.21%

R = 36.25%
G = 37.54%
B = 26.21%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#707451 (or 0x707451) is known color: Finch. HEX triplet: 70, 74 and 51. RGB value is (112,116,81). Sum of RGB (Red+Green+Blue) = 112+116+81=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 116 (45.70% from 255 or 37.54% from 309); Blue value is 81 (32.03% from 255 or 26.21% from 309); Max value from RGB is 116 - color contains mainly: green. Hex color #707451 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707451 is #8F8BAE. Grayscale: #6E6E6E. Windows color (decimal): -9407407 or 5338224. OLE color: 5338224.

HSL color Cylindrical-coordinate representation of color #707451: hue angle of 66.86º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #707451 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 116 81 -
CMYK 0.03 0 0.30 0.55
HSL 66.86º 0.18% 0.39% -
HSV(B) 66.86º 0.3% 0.45% -
XYZ 14.41 16.53 10.22 -
YUV 110.81 111.17 128.85 -
System Red Green Blue C M Y K H S L
Decimal 112 116 81 0.03 0 0.30 0.55 66.86 0.18 0.39
Hex 70 74 51 3 0 1E 37 43 12 27
Octal 160 164 121 3 0 36 67 103 22 47
Binary 1110000 1110100 1010001 11 0 11110 110111 1000011 10010 100111

Color Harmonies of #707451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707451

Black with #707451

Text Example


Text Example

White with #707451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707451; }

 p { color: rgb(112,116,81); }

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

background-color css

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

 a { background-color: rgb(112,116,81); }

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

border-color css

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

 span { border-color: rgb(112,116,81); }

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