Html Css Color HEX #726D3C Crete

📋 copy color: '#726D3C'

red 114 ◦ green 109 ◦ blue 60

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

Shades of Crete #726D3C

Tints of Crete #726D3C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 38.52%

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

R = 40.28%
G = 38.52%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#726D3C (or 0x726D3C) is known color: Crete. HEX triplet: 72, 6D and 3C. RGB value is (114,109,60). Sum of RGB (Red+Green+Blue) = 114+109+60=283 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.28% from 283); Green value is 109 (42.97% from 255 or 38.52% from 283); Blue value is 60 (23.83% from 255 or 21.20% from 283); Max value from RGB is 114 - color contains mainly: red. Hex color #726D3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726D3C is #8D92C3. Grayscale: #696969. Windows color (decimal): -9278148 or 3960178. OLE color: 3960178.

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

Color convert

RGB 114 109 60 -
CMYK 0 0.04 0.47 0.55
HSL 54.44º 0.31% 0.34% -
HSV(B) 54.44º 0.47% 0.45% -
XYZ 13.22 14.84 6.44 -
YUV 104.91 102.66 134.48 -
System Red Green Blue C M Y K H S L
Decimal 114 109 60 0 0.04 0.47 0.55 54.44 0.31 0.34
Hex 72 6D 3C 0 4 2F 37 36 1F 22
Octal 162 155 74 0 4 57 67 66 37 42
Binary 1110010 1101101 111100 0 100 101111 110111 110110 11111 100010

Color Harmonies of #726D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726D3C

Black with #726D3C

Text Example


Text Example

White with #726D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726D3C; }

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

 H1.HeaderClassName
 {
   color: #726D3C;
 }
 .AnyTagClassName
 {
   color: #726D3C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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