#727535

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

Shades of Crete #727535

Tints of Crete #727535

Color information

#727535 (or 0x727535) is unknown color: approx Crete. HEX triplet: 72, 75 and 35. RGB value is (114,117,53). Sum of RGB (Red+Green+Blue) = 114+117+53=284 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.14% from 284); Green value is 117 (46.09% from 255 or 41.20% from 284); Blue value is 53 (21.09% from 255 or 18.66% from 284); Max value from RGB is 117 - color contains mainly: green. Hex color #727535 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727535 is #8D8ACA. Grayscale: #6D6D6D. Windows color (decimal): -9276107 or 3503474. OLE color: 3503474.

HSL color Cylindrical-coordinate representation of color #727535: hue angle of 62.81º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #727535 is Cyan = 0.03, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.54.

Color convert

RGB11411753-
CMYK0.0300.550.54
HSL62.81º37.65%33.33%-
HSV(B)62.81º54.7%45.88%-
XYZ13.9416.565.83-
YUV108.8196.51131.7-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.14%
GREEN value IS 117 (46.09% from 255) = 41.20%
BLUE value IS 53 (21.09% from 255) = 18.66%
R=40.14%
G=41.20%
B=18.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal114117530.0300.550.5462.8137.6533.33
Hex7275353037363f2621
Octal16216565306766774641
Binary11100101110101110101110110111110110111111100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727535; }

 p { color: rgb(114,117,53); }

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

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

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

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

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

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

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