Html Css Color HEX #70755C Finch

📋 copy color: '#70755C'

red 112 ◦ green 117 ◦ blue 92

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

Shades of Finch #70755C

Tints of Finch #70755C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 28.66%

R = 34.89%
G = 36.45%
B = 28.66%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#70755C (or 0x70755C) is known color: Finch. HEX triplet: 70, 75 and 5C. RGB value is (112,117,92). Sum of RGB (Red+Green+Blue) = 112+117+92=321 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.89% from 321); Green value is 117 (46.09% from 255 or 36.45% from 321); Blue value is 92 (36.33% from 255 or 28.66% from 321); Max value from RGB is 117 - color contains mainly: green. Hex color #70755C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70755C is #8F8AA3. Grayscale: #707070. Windows color (decimal): -9407140 or 6059376. OLE color: 6059376.

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

Color convert

RGB 112 117 92 -
CMYK 0.04 0 0.21 0.54
HSL 72º 0.12% 0.41% -
HSV(B) 72º 0.21% 0.46% -
XYZ 14.98 16.94 12.61 -
YUV 112.66 116.34 127.53 -
System Red Green Blue C M Y K H S L
Decimal 112 117 92 0.04 0 0.21 0.54 72 0.12 0.41
Hex 70 75 5C 4 0 15 36 48 C 29
Octal 160 165 134 4 0 25 66 110 14 51
Binary 1110000 1110101 1011100 100 0 10101 110110 1001000 1100 101001

Color Harmonies of #70755C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70755C

Black with #70755C

Text Example


Text Example

White with #70755C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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