Html Css Color HEX #707657 Finch

📋 copy color: '#707657'

red 112 ◦ green 118 ◦ blue 87

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

Shades of Finch #707657

Tints of Finch #707657

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.22%

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

R = 35.33%
G = 37.22%
B = 27.44%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#707657 (or 0x707657) is known color: Finch. HEX triplet: 70, 76 and 57. RGB value is (112,118,87). Sum of RGB (Red+Green+Blue) = 112+118+87=317 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.33% from 317); Green value is 118 (46.48% from 255 or 37.22% from 317); Blue value is 87 (34.38% from 255 or 27.44% from 317); Max value from RGB is 118 - color contains mainly: green. Hex color #707657 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707657 is #8F89A8. Grayscale: #707070. Windows color (decimal): -9406889 or 5731952. OLE color: 5731952.

HSL color Cylindrical-coordinate representation of color #707657: hue angle of 71.61º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #707657 is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 118 87 -
CMYK 0.05 0 0.26 0.54
HSL 71.61º 0.15% 0.4% -
HSV(B) 71.61º 0.26% 0.46% -
XYZ 14.88 17.09 11.53 -
YUV 112.67 113.51 127.52 -
System Red Green Blue C M Y K H S L
Decimal 112 118 87 0.05 0 0.26 0.54 71.61 0.15 0.4
Hex 70 76 57 5 0 1A 36 48 F 28
Octal 160 166 127 5 0 32 66 110 17 50
Binary 1110000 1110110 1010111 101 0 11010 110110 1001000 1111 101000

Color Harmonies of #707657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707657

Black with #707657

Text Example


Text Example

White with #707657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707657; }

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

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

background-color css

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

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

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

border-color css

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

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

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