Html Css Color HEX #707550 Finch

📋 copy color: '#707550'

red 112 ◦ green 117 ◦ blue 80

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

Shades of Finch #707550

Tints of Finch #707550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 25.89%

R = 36.25%
G = 37.86%
B = 25.89%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#707550 (or 0x707550) is known color: Finch. HEX triplet: 70, 75 and 50. RGB value is (112,117,80). Sum of RGB (Red+Green+Blue) = 112+117+80=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 117 (46.09% from 255 or 37.86% from 309); Blue value is 80 (31.64% from 255 or 25.89% from 309); Max value from RGB is 117 - color contains mainly: green. Hex color #707550 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707550 is #8F8AAF. Grayscale: #6F6F6F. Windows color (decimal): -9407152 or 5272944. OLE color: 5272944.

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

Color convert

RGB 112 117 80 -
CMYK 0.04 0 0.32 0.54
HSL 68.11º 0.19% 0.39% -
HSV(B) 68.11º 0.32% 0.46% -
XYZ 14.49 16.75 10.06 -
YUV 111.29 110.34 128.51 -
System Red Green Blue C M Y K H S L
Decimal 112 117 80 0.04 0 0.32 0.54 68.11 0.19 0.39
Hex 70 75 50 4 0 20 36 44 13 27
Octal 160 165 120 4 0 40 66 104 23 47
Binary 1110000 1110101 1010000 100 0 100000 110110 1000100 10011 100111

Color Harmonies of #707550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707550

Black with #707550

Text Example


Text Example

White with #707550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707550; }

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

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

background-color css

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

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

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

border-color css

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

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

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