#72753D

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

Shades of Crete #72753D

Tints of Crete #72753D

Color information

#72753D (or 0x72753D) is unknown color: approx Crete. HEX triplet: 72, 75 and 3D. RGB value is (114,117,61). Sum of RGB (Red+Green+Blue) = 114+117+61=292 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.04% from 292); Green value is 117 (46.09% from 255 or 40.07% from 292); Blue value is 61 (24.22% from 255 or 20.89% from 292); Max value from RGB is 117 - color contains mainly: green. Hex color #72753D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72753D is #8D8AC2. Grayscale: #6D6D6D. Windows color (decimal): -9276099 or 4027762. OLE color: 4027762.

HSL color Cylindrical-coordinate representation of color #72753D: hue angle of 63.21º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72753D is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.54.

Color convert

RGB11411761-
CMYK0.0300.480.54
HSL63.21º31.46%34.9%-
HSV(B)63.21º47.86%45.88%-
XYZ14.1416.646.88-
YUV109.72100.51131.05-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.04%
GREEN value IS 117 (46.09% from 255) = 40.07%
BLUE value IS 61 (24.22% from 255) = 20.89%
R=39.04%
G=40.07%
B=20.89%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal114117610.0300.480.5463.2131.4634.9
Hex72753D3030363f1f23
Octal16216575306066773743
Binary1110010111010111110111011000011011011111111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72753D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72753D; }

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

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

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

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

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

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

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

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