Html Css Color HEX #707057 Finch

📋 copy color: '#707057'

red 112 ◦ green 112 ◦ blue 87

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

Shades of Finch #707057

Tints of Finch #707057

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.01%

 BLUE value IS 87 (34.38% from 255) = 27.97%

R = 36.01%
G = 36.01%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#707057 (or 0x707057) is known color: Finch. HEX triplet: 70, 70 and 57. RGB value is (112,112,87). Sum of RGB (Red+Green+Blue) = 112+112+87=311 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.01% from 311); Green value is 112 (44.14% from 255 or 36.01% from 311); Blue value is 87 (34.38% from 255 or 27.97% from 311); Max value from RGB is 112 - color contains mainly: red, green. Hex color #707057 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707057 is #8F8FA8. Grayscale: #6D6D6D. Windows color (decimal): -9408425 or 5730416. OLE color: 5730416.

HSL color Cylindrical-coordinate representation of color #707057: hue angle of 60º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #707057 is Cyan = 0, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 112 87 -
CMYK 0 0 0.22 0.56
HSL 60º 0.13% 0.39% -
HSV(B) 60º 0.22% 0.44% -
XYZ 14.2 15.72 11.3 -
YUV 109.15 115.5 130.03 -
System Red Green Blue C M Y K H S L
Decimal 112 112 87 0 0 0.22 0.56 60 0.13 0.39
Hex 70 70 57 0 0 16 38 3C D 27
Octal 160 160 127 0 0 26 70 74 15 47
Binary 1110000 1110000 1010111 0 0 10110 111000 111100 1101 100111

Color Harmonies of #707057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707057

Black with #707057

Text Example


Text Example

White with #707057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707057; }

 p { color: rgb(112,112,87); }

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

background-color css

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

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

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

border-color css

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

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

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