Html Css Color HEX #72753C Crete

📋 copy color: '#72753C'

red 114 ◦ green 117 ◦ blue 60

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

Shades of Crete #72753C

Tints of Crete #72753C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 40.21%

 BLUE value IS 60 (23.83% from 255) = 20.62%

R = 39.18%
G = 40.21%
B = 20.62%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#72753C (or 0x72753C) is known color: Crete. HEX triplet: 72, 75 and 3C. RGB value is (114,117,60). Sum of RGB (Red+Green+Blue) = 114+117+60=291 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.18% from 291); Green value is 117 (46.09% from 255 or 40.21% from 291); Blue value is 60 (23.83% from 255 or 20.62% from 291); Max value from RGB is 117 - color contains mainly: green. Hex color #72753C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72753C is #8D8AC3. Grayscale: #6D6D6D. Windows color (decimal): -9276100 or 3962226. OLE color: 3962226.

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

Color convert

RGB 114 117 60 -
CMYK 0.03 0 0.49 0.54
HSL 63.16º 0.32% 0.35% -
HSV(B) 63.16º 0.49% 0.46% -
XYZ 14.12 16.63 6.74 -
YUV 109.61 100.01 131.13 -
System Red Green Blue C M Y K H S L
Decimal 114 117 60 0.03 0 0.49 0.54 63.16 0.32 0.35
Hex 72 75 3C 3 0 31 36 3F 20 23
Octal 162 165 74 3 0 61 66 77 40 43
Binary 1110010 1110101 111100 11 0 110001 110110 111111 100000 100011

Color Harmonies of #72753C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72753C

Black with #72753C

Text Example


Text Example

White with #72753C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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