Html Css Color HEX #726D54 Crocodile

📋 copy color: '#726D54'

red 114 ◦ green 109 ◦ blue 84

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

Shades of Crocodile #726D54

Tints of Crocodile #726D54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 27.36%

R = 37.13%
G = 35.5%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#726D54 (or 0x726D54) is known color: Crocodile. HEX triplet: 72, 6D and 54. RGB value is (114,109,84). Sum of RGB (Red+Green+Blue) = 114+109+84=307 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.13% from 307); Green value is 109 (42.97% from 255 or 35.50% from 307); Blue value is 84 (33.20% from 255 or 27.36% from 307); Max value from RGB is 114 - color contains mainly: red. Hex color #726D54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726D54 is #8D92AB. Grayscale: #6B6B6B. Windows color (decimal): -9278124 or 5533042. OLE color: 5533042.

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

Color convert

RGB 114 109 84 -
CMYK 0 0.04 0.26 0.55
HSL 50º 0.15% 0.39% -
HSV(B) 50º 0.26% 0.45% -
XYZ 14.01 15.15 10.57 -
YUV 107.65 114.66 132.53 -
System Red Green Blue C M Y K H S L
Decimal 114 109 84 0 0.04 0.26 0.55 50 0.15 0.39
Hex 72 6D 54 0 4 1A 37 32 F 27
Octal 162 155 124 0 4 32 67 62 17 47
Binary 1110010 1101101 1010100 0 100 11010 110111 110010 1111 100111

Color Harmonies of #726D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726D54

Black with #726D54

Text Example


Text Example

White with #726D54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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