Html Css Color HEX #726D4C Crocodile

📋 copy color: '#726D4C'

red 114 ◦ green 109 ◦ blue 76

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

Shades of Crocodile #726D4C

Tints of Crocodile #726D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 25.42%

R = 38.13%
G = 36.45%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.33

 K value IS 0.55

RGB Variations

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

Color information

#726D4C (or 0x726D4C) is known color: Crocodile. HEX triplet: 72, 6D and 4C. RGB value is (114,109,76). Sum of RGB (Red+Green+Blue) = 114+109+76=299 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.13% from 299); Green value is 109 (42.97% from 255 or 36.45% from 299); Blue value is 76 (30.08% from 255 or 25.42% from 299); Max value from RGB is 114 - color contains mainly: red. Hex color #726D4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726D4C is #8D92B3. Grayscale: #6A6A6A. Windows color (decimal): -9278132 or 5008754. OLE color: 5008754.

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

Color convert

RGB 114 109 76 -
CMYK 0 0.04 0.33 0.55
HSL 52.11º 0.2% 0.37% -
HSV(B) 52.11º 0.33% 0.45% -
XYZ 13.71 15.04 9.02 -
YUV 106.73 110.66 133.18 -
System Red Green Blue C M Y K H S L
Decimal 114 109 76 0 0.04 0.33 0.55 52.11 0.2 0.37
Hex 72 6D 4C 0 4 21 37 34 14 25
Octal 162 155 114 0 4 41 67 64 24 45
Binary 1110010 1101101 1001100 0 100 100001 110111 110100 10100 100101

Color Harmonies of #726D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726D4C

Black with #726D4C

Text Example


Text Example

White with #726D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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