Html Css Color HEX #707062 Finch

📋 copy color: '#707062'

red 112 ◦ green 112 ◦ blue 98

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

Shades of Finch #707062

Tints of Finch #707062

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.78%

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

R = 34.78%
G = 34.78%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#707062 (or 0x707062) is known color: Finch. HEX triplet: 70, 70 and 62. RGB value is (112,112,98). Sum of RGB (Red+Green+Blue) = 112+112+98=322 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.78% from 322); Green value is 112 (44.14% from 255 or 34.78% from 322); Blue value is 98 (38.67% from 255 or 30.43% from 322); Max value from RGB is 112 - color contains mainly: red, green. Hex color #707062 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707062 is #8F8F9D. Grayscale: #6E6E6E. Windows color (decimal): -9408414 or 6451312. OLE color: 6451312.

HSL color Cylindrical-coordinate representation of color #707062: hue angle of 60º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #707062 is Cyan = 0, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 112 98 -
CMYK 0 0 0.13 0.56
HSL 60º 0.07% 0.41% -
HSV(B) 60º 0.13% 0.44% -
XYZ 14.68 15.91 13.85 -
YUV 110.4 121 129.14 -
System Red Green Blue C M Y K H S L
Decimal 112 112 98 0 0 0.13 0.56 60 0.07 0.41
Hex 70 70 62 0 0 D 38 3C 7 29
Octal 160 160 142 0 0 15 70 74 7 51
Binary 1110000 1110000 1100010 0 0 1101 111000 111100 111 101001

Color Harmonies of #707062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707062

Black with #707062

Text Example


Text Example

White with #707062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707062; }

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

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

background-color css

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

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

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

border-color css

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

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

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