#727131

Color #727131 Crete (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crete #727131

Tints of Crete #727131

Color information

#727131 (or 0x727131) is unknown color: approx Crete. HEX triplet: 72, 71 and 31. RGB value is (114,113,49). Sum of RGB (Red+Green+Blue) = 114+113+49=276 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.30% from 276); Green value is 113 (44.53% from 255 or 40.94% from 276); Blue value is 49 (19.53% from 255 or 17.75% from 276); Max value from RGB is 114 - color contains mainly: red. Hex color #727131 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727131 is #8D8ECE. Grayscale: #6A6A6A. Windows color (decimal): -9277135 or 3240306. OLE color: 3240306.

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

Color convert

RGB11411349-
CMYK00.010.570.55
HSL59.08º39.88%31.96%-
HSV(B)59.08º57.02%44.71%-
XYZ13.415.615.21-
YUV10695.83133.7-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.30%
GREEN value IS 113 (44.53% from 255) = 40.94%
BLUE value IS 49 (19.53% from 255) = 17.75%
R=41.30%
G=40.94%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141134900.010.570.5559.0839.8831.96
Hex7271310139373b2820
Octal16216161017167735040
Binary1110010111000111000101111001110111111011101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727131; }

 p { color: rgb(114,113,49); }

 H1.HeaderClassName
 {
   color: #727131;
 }
 .AnyTagClassName
 {
   color: #727131;
 }
</style>
background-color css

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

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

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

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

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

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