Html Css Color HEX #727261 Finch

📋 copy color: '#727261'

red 114 ◦ green 114 ◦ blue 97

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

Shades of Finch #727261

Tints of Finch #727261

RGB

 RED value IS 114 (44.92% from 255) = 35.08%

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

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

R = 35.08%
G = 35.08%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#727261 (or 0x727261) is known color: Finch. HEX triplet: 72, 72 and 61. RGB value is (114,114,97). Sum of RGB (Red+Green+Blue) = 114+114+97=325 (43% of max value = 765). Red value is 114 (44.92% from 255 or 35.08% from 325); Green value is 114 (44.92% from 255 or 35.08% from 325); Blue value is 97 (38.28% from 255 or 29.85% from 325); Max value from RGB is 114 - color contains mainly: red, green. Hex color #727261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727261 is #8D8D9E. Grayscale: #707070. Windows color (decimal): -9276831 or 6386290. OLE color: 6386290.

HSL color Cylindrical-coordinate representation of color #727261: hue angle of 60º 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 #727261 is Cyan = 0, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 114 97 -
CMYK 0 0 0.15 0.55
HSL 60º 0.08% 0.41% -
HSV(B) 60º 0.15% 0.45% -
XYZ 15.11 16.48 13.69 -
YUV 112.06 119.5 129.38 -
System Red Green Blue C M Y K H S L
Decimal 114 114 97 0 0 0.15 0.55 60 0.08 0.41
Hex 72 72 61 0 0 F 37 3C 8 29
Octal 162 162 141 0 0 17 67 74 10 51
Binary 1110010 1110010 1100001 0 0 1111 110111 111100 1000 101001

Color Harmonies of #727261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727261

Black with #727261

Text Example


Text Example

White with #727261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727261; }

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

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

background-color css

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

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

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

border-color css

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

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

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