Html Css Color HEX #707261 Finch

📋 copy color: '#707261'

red 112 ◦ green 114 ◦ blue 97

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

Shades of Finch #707261

Tints of Finch #707261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 30.03%

R = 34.67%
G = 35.29%
B = 30.03%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#707261 (or 0x707261) is known color: Finch. HEX triplet: 70, 72 and 61. RGB value is (112,114,97). Sum of RGB (Red+Green+Blue) = 112+114+97=323 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.67% from 323); Green value is 114 (44.92% from 255 or 35.29% from 323); Blue value is 97 (38.28% from 255 or 30.03% from 323); Max value from RGB is 114 - color contains mainly: green. Hex color #707261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707261 is #8F8D9E. Grayscale: #6F6F6F. Windows color (decimal): -9407903 or 6386288. OLE color: 6386288.

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

Color convert

RGB 112 114 97 -
CMYK 0.02 0 0.15 0.55
HSL 67.06º 0.08% 0.41% -
HSV(B) 67.06º 0.15% 0.45% -
XYZ 14.86 16.34 13.68 -
YUV 111.46 119.84 128.38 -
System Red Green Blue C M Y K H S L
Decimal 112 114 97 0.02 0 0.15 0.55 67.06 0.08 0.41
Hex 70 72 61 2 0 F 37 43 8 29
Octal 160 162 141 2 0 17 67 103 10 51
Binary 1110000 1110010 1100001 10 0 1111 110111 1000011 1000 101001

Color Harmonies of #707261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707261

Black with #707261

Text Example


Text Example

White with #707261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707261; }

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

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

background-color css

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

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

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

border-color css

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

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

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