#727735

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

Shades of Crete #727735

Tints of Crete #727735

Color information

#727735 (or 0x727735) is unknown color: approx Crete. HEX triplet: 72, 77 and 35. RGB value is (114,119,53). Sum of RGB (Red+Green+Blue) = 114+119+53=286 (37% of max value = 765). Red value is 114 (44.92% from 255 or 39.86% from 286); Green value is 119 (46.88% from 255 or 41.61% from 286); Blue value is 53 (21.09% from 255 or 18.53% from 286); Max value from RGB is 119 - color contains mainly: green. Hex color #727735 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727735 is #8D88CA. Grayscale: #6E6E6E. Windows color (decimal): -9275595 or 3503986. OLE color: 3503986.

HSL color Cylindrical-coordinate representation of color #727735: hue angle of 64.55º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #727735 is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.53.

Color convert

RGB11411953-
CMYK0.0400.550.53
HSL64.55º38.37%33.73%-
HSV(B)64.55º55.46%46.67%-
XYZ14.1817.035.91-
YUV109.9895.84130.87-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.86%
GREEN value IS 119 (46.88% from 255) = 41.61%
BLUE value IS 53 (21.09% from 255) = 18.53%
R=39.86%
G=41.61%
B=18.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal114119530.0400.550.5364.5538.3733.73
Hex727735403735412622
Octal162167654067651014642
Binary1110010111011111010110001101111101011000001100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727735; }

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

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

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

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

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

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

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

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