Html Css Color HEX #727257 Finch

📋 copy color: '#727257'

red 114 ◦ green 114 ◦ blue 87

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

Shades of Finch #727257

Tints of Finch #727257

RGB

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

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

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

R = 36.19%
G = 36.19%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.24

 K value IS 0.55

RGB Variations

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

Color information

#727257 (or 0x727257) is known color: Finch. HEX triplet: 72, 72 and 57. RGB value is (114,114,87). Sum of RGB (Red+Green+Blue) = 114+114+87=315 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.19% from 315); Green value is 114 (44.92% from 255 or 36.19% from 315); Blue value is 87 (34.38% from 255 or 27.62% from 315); Max value from RGB is 114 - color contains mainly: red, green. Hex color #727257 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727257 is #8D8DA8. Grayscale: #6F6F6F. Windows color (decimal): -9276841 or 5730930. OLE color: 5730930.

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

Color convert

RGB 114 114 87 -
CMYK 0 0 0.24 0.55
HSL 60º 0.13% 0.39% -
HSV(B) 60º 0.24% 0.45% -
XYZ 14.68 16.3 11.39 -
YUV 110.92 114.5 130.2 -
System Red Green Blue C M Y K H S L
Decimal 114 114 87 0 0 0.24 0.55 60 0.13 0.39
Hex 72 72 57 0 0 18 37 3C D 27
Octal 162 162 127 0 0 30 67 74 15 47
Binary 1110010 1110010 1010111 0 0 11000 110111 111100 1101 100111

Color Harmonies of #727257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727257

Black with #727257

Text Example


Text Example

White with #727257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727257; }

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

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

background-color css

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

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

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

border-color css

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

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

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