Html Css Color HEX #70775F Finch

📋 copy color: '#70775F'

red 112 ◦ green 119 ◦ blue 95

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

Shades of Finch #70775F

Tints of Finch #70775F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.14%

R = 34.36%
G = 36.5%
B = 29.14%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.20

 K value IS 0.53

RGB Variations

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

Color information

#70775F (or 0x70775F) is known color: Finch. HEX triplet: 70, 77 and 5F. RGB value is (112,119,95). Sum of RGB (Red+Green+Blue) = 112+119+95=326 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.36% from 326); Green value is 119 (46.88% from 255 or 36.50% from 326); Blue value is 95 (37.5% from 255 or 29.14% from 326); Max value from RGB is 119 - color contains mainly: green. Hex color #70775F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70775F is #8F88A0. Grayscale: #727272. Windows color (decimal): -9406625 or 6256496. OLE color: 6256496.

HSL color Cylindrical-coordinate representation of color #70775F: hue angle of 77.5º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #70775F is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 119 95 -
CMYK 0.06 0 0.20 0.53
HSL 77.5º 0.11% 0.42% -
HSV(B) 77.5º 0.2% 0.47% -
XYZ 15.34 17.46 13.39 -
YUV 114.17 117.18 126.45 -
System Red Green Blue C M Y K H S L
Decimal 112 119 95 0.06 0 0.20 0.53 77.5 0.11 0.42
Hex 70 77 5F 6 0 14 35 4E B 2A
Octal 160 167 137 6 0 24 65 116 13 52
Binary 1110000 1110111 1011111 110 0 10100 110101 1001110 1011 101010

Color Harmonies of #70775F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70775F

Black with #70775F

Text Example


Text Example

White with #70775F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70775F; }

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

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

background-color css

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

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

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

border-color css

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

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

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