Html Css Color HEX #707455 Finch

📋 copy color: '#707455'

red 112 ◦ green 116 ◦ blue 85

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

Shades of Finch #707455

Tints of Finch #707455

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.06%

 BLUE value IS 85 (33.59% from 255) = 27.16%

R = 35.78%
G = 37.06%
B = 27.16%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#707455 (or 0x707455) is known color: Finch. HEX triplet: 70, 74 and 55. RGB value is (112,116,85). Sum of RGB (Red+Green+Blue) = 112+116+85=313 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.78% from 313); Green value is 116 (45.70% from 255 or 37.06% from 313); Blue value is 85 (33.59% from 255 or 27.16% from 313); Max value from RGB is 116 - color contains mainly: green. Hex color #707455 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707455 is #8F8BAA. Grayscale: #6F6F6F. Windows color (decimal): -9407403 or 5600368. OLE color: 5600368.

HSL color Cylindrical-coordinate representation of color #707455: hue angle of 67.74º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #707455 is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 116 85 -
CMYK 0.03 0 0.27 0.55
HSL 67.74º 0.15% 0.39% -
HSV(B) 67.74º 0.27% 0.45% -
XYZ 14.57 16.59 11.03 -
YUV 111.27 113.17 128.52 -
System Red Green Blue C M Y K H S L
Decimal 112 116 85 0.03 0 0.27 0.55 67.74 0.15 0.39
Hex 70 74 55 3 0 1B 37 44 F 27
Octal 160 164 125 3 0 33 67 104 17 47
Binary 1110000 1110100 1010101 11 0 11011 110111 1000100 1111 100111

Color Harmonies of #707455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707455

Black with #707455

Text Example


Text Example

White with #707455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707455; }

 p { color: rgb(112,116,85); }

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

background-color css

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

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

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

border-color css

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

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

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