Html Css Color HEX #72753D Crete

📋 copy color: '#72753D'

red 114 ◦ green 117 ◦ blue 61

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

Shades of Crete #72753D

Tints of Crete #72753D

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 value IS 0.03

 M value IS 0

 Y value IS 0.48

 K value IS 0.54

RGB Variations

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

Color information

#72753D (or 0x72753D) is known color: 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

RGB 114 117 61 -
CMYK 0.03 0 0.48 0.54
HSL 63.21º 0.31% 0.35% -
HSV(B) 63.21º 0.48% 0.46% -
XYZ 14.14 16.64 6.88 -
YUV 109.72 100.51 131.05 -
System Red Green Blue C M Y K H S L
Decimal 114 117 61 0.03 0 0.48 0.54 63.21 0.31 0.35
Hex 72 75 3D 3 0 30 36 3F 1F 23
Octal 162 165 75 3 0 60 66 77 37 43
Binary 1110010 1110101 111101 11 0 110000 110110 111111 11111 100011

Color Harmonies of #72753D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72753D

Black with #72753D

Text Example


Text Example

White with #72753D

Text Example


Text Example

HTML Codes & Css Web 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>