Html Css Color HEX #707260 Finch

📋 copy color: '#707260'

red 112 ◦ green 114 ◦ blue 96

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

Shades of Finch #707260

Tints of Finch #707260

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.4%

 BLUE value IS 96 (37.89% from 255) = 29.81%

R = 34.78%
G = 35.4%
B = 29.81%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#707260 (or 0x707260) is known color: Finch. HEX triplet: 70, 72 and 60. RGB value is (112,114,96). Sum of RGB (Red+Green+Blue) = 112+114+96=322 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.78% from 322); Green value is 114 (44.92% from 255 or 35.40% from 322); Blue value is 96 (37.89% from 255 or 29.81% from 322); Max value from RGB is 114 - color contains mainly: green. Hex color #707260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707260 is #8F8D9F. Grayscale: #6F6F6F. Windows color (decimal): -9407904 or 6320752. OLE color: 6320752.

HSL color Cylindrical-coordinate representation of color #707260: hue angle of 66.67º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #707260 is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 114 96 -
CMYK 0.02 0 0.16 0.55
HSL 66.67º 0.09% 0.41% -
HSV(B) 66.67º 0.16% 0.45% -
XYZ 14.81 16.32 13.44 -
YUV 111.35 119.34 128.46 -
System Red Green Blue C M Y K H S L
Decimal 112 114 96 0.02 0 0.16 0.55 66.67 0.09 0.41
Hex 70 72 60 2 0 10 37 43 9 29
Octal 160 162 140 2 0 20 67 103 11 51
Binary 1110000 1110010 1100000 10 0 10000 110111 1000011 1001 101001

Color Harmonies of #707260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707260

Black with #707260

Text Example


Text Example

White with #707260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707260; }

 p { color: rgb(112,114,96); }

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

background-color css

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

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

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

border-color css

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

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

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