Html Css Color HEX #707357 Finch

📋 copy color: '#707357'

red 112 ◦ green 115 ◦ blue 87

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

Shades of Finch #707357

Tints of Finch #707357

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.62%

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

R = 35.67%
G = 36.62%
B = 27.71%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.24

 K value IS 0.55

RGB Variations

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

Color information

#707357 (or 0x707357) is known color: Finch. HEX triplet: 70, 73 and 57. RGB value is (112,115,87). Sum of RGB (Red+Green+Blue) = 112+115+87=314 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.67% from 314); Green value is 115 (45.31% from 255 or 36.62% from 314); Blue value is 87 (34.38% from 255 or 27.71% from 314); Max value from RGB is 115 - color contains mainly: green. Hex color #707357 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707357 is #8F8CA8. Grayscale: #6F6F6F. Windows color (decimal): -9407657 or 5731184. OLE color: 5731184.

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

Color convert

RGB 112 115 87 -
CMYK 0.03 0 0.24 0.55
HSL 66.43º 0.14% 0.4% -
HSV(B) 66.43º 0.24% 0.45% -
XYZ 14.53 16.39 11.42 -
YUV 110.91 114.51 128.78 -
System Red Green Blue C M Y K H S L
Decimal 112 115 87 0.03 0 0.24 0.55 66.43 0.14 0.4
Hex 70 73 57 3 0 18 37 42 E 28
Octal 160 163 127 3 0 30 67 102 16 50
Binary 1110000 1110011 1010111 11 0 11000 110111 1000010 1110 101000

Color Harmonies of #707357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707357

Black with #707357

Text Example


Text Example

White with #707357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707357; }

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

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

background-color css

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

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

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

border-color css

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

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

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