Html Css Color HEX #70755F Finch

📋 copy color: '#70755F'

red 112 ◦ green 117 ◦ blue 95

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

Shades of Finch #70755F

Tints of Finch #70755F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.11%

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

R = 34.57%
G = 36.11%
B = 29.32%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#70755F (or 0x70755F) is known color: Finch. HEX triplet: 70, 75 and 5F. RGB value is (112,117,95). Sum of RGB (Red+Green+Blue) = 112+117+95=324 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.57% from 324); Green value is 117 (46.09% from 255 or 36.11% from 324); Blue value is 95 (37.5% from 255 or 29.32% from 324); Max value from RGB is 117 - color contains mainly: green. Hex color #70755F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70755F is #8F8AA0. Grayscale: #717171. Windows color (decimal): -9407137 or 6255984. OLE color: 6255984.

HSL color Cylindrical-coordinate representation of color #70755F: hue angle of 73.64º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #70755F is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 117 95 -
CMYK 0.04 0 0.19 0.54
HSL 73.64º 0.1% 0.42% -
HSV(B) 73.64º 0.19% 0.46% -
XYZ 15.11 16.99 13.31 -
YUV 113 117.84 127.29 -
System Red Green Blue C M Y K H S L
Decimal 112 117 95 0.04 0 0.19 0.54 73.64 0.1 0.42
Hex 70 75 5F 4 0 13 36 4A A 2A
Octal 160 165 137 4 0 23 66 112 12 52
Binary 1110000 1110101 1011111 100 0 10011 110110 1001010 1010 101010

Color Harmonies of #70755F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70755F

Black with #70755F

Text Example


Text Example

White with #70755F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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