Html Css Color HEX #707462 Finch

📋 copy color: '#707462'

red 112 ◦ green 116 ◦ blue 98

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

Shades of Finch #707462

Tints of Finch #707462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 30.06%

R = 34.36%
G = 35.58%
B = 30.06%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#707462 (or 0x707462) is known color: Finch. HEX triplet: 70, 74 and 62. RGB value is (112,116,98). Sum of RGB (Red+Green+Blue) = 112+116+98=326 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.36% from 326); Green value is 116 (45.70% from 255 or 35.58% from 326); Blue value is 98 (38.67% from 255 or 30.06% from 326); Max value from RGB is 116 - color contains mainly: green. Hex color #707462 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707462 is #8F8B9D. Grayscale: #707070. Windows color (decimal): -9407390 or 6452336. OLE color: 6452336.

HSL color Cylindrical-coordinate representation of color #707462: hue angle of 73.33º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #707462 is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 116 98 -
CMYK 0.03 0 0.16 0.55
HSL 73.33º 0.08% 0.42% -
HSV(B) 73.33º 0.16% 0.45% -
XYZ 15.13 16.82 14 -
YUV 112.75 119.67 127.46 -
System Red Green Blue C M Y K H S L
Decimal 112 116 98 0.03 0 0.16 0.55 73.33 0.08 0.42
Hex 70 74 62 3 0 10 37 49 8 2A
Octal 160 164 142 3 0 20 67 111 10 52
Binary 1110000 1110100 1100010 11 0 10000 110111 1001001 1000 101010

Color Harmonies of #707462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707462

Black with #707462

Text Example


Text Example

White with #707462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707462; }

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

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

background-color css

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

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

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

border-color css

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

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

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