Html Css Color HEX #72763C Crete

📋 copy color: '#72763C'

red 114 ◦ green 118 ◦ blue 60

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

Shades of Crete #72763C

Tints of Crete #72763C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 40.41%

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

R = 39.04%
G = 40.41%
B = 20.55%

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

#72763C (or 0x72763C) is known color: Crete. HEX triplet: 72, 76 and 3C. RGB value is (114,118,60). Sum of RGB (Red+Green+Blue) = 114+118+60=292 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.04% from 292); Green value is 118 (46.48% from 255 or 40.41% from 292); Blue value is 60 (23.83% from 255 or 20.55% from 292); Max value from RGB is 118 - color contains mainly: green. Hex color #72763C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72763C is #8D89C3. Grayscale: #6E6E6E. Windows color (decimal): -9275844 or 3962482. OLE color: 3962482.

HSL color Cylindrical-coordinate representation of color #72763C: hue angle of 64.14º degrees, saturation: 0.33, 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 #72763C is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.54.

Color convert

RGB 114 118 60 -
CMYK 0.03 0 0.49 0.54
HSL 64.14º 0.33% 0.35% -
HSV(B) 64.14º 0.49% 0.46% -
XYZ 14.23 16.86 6.78 -
YUV 110.19 99.67 130.72 -
System Red Green Blue C M Y K H S L
Decimal 114 118 60 0.03 0 0.49 0.54 64.14 0.33 0.35
Hex 72 76 3C 3 0 31 36 40 21 23
Octal 162 166 74 3 0 61 66 100 41 43
Binary 1110010 1110110 111100 11 0 110001 110110 1000000 100001 100011

Color Harmonies of #72763C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72763C

Black with #72763C

Text Example


Text Example

White with #72763C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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