Html Css Color HEX #726F52 Crocodile

📋 copy color: '#726F52'

red 114 ◦ green 111 ◦ blue 82

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

Shades of Crocodile #726F52

Tints of Crocodile #726F52

RGB

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

 GREEN value IS 111 (43.75% from 255) = 36.16%

 BLUE value IS 82 (32.42% from 255) = 26.71%

R = 37.13%
G = 36.16%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#726F52 (or 0x726F52) is known color: Crocodile. HEX triplet: 72, 6F and 52. RGB value is (114,111,82). Sum of RGB (Red+Green+Blue) = 114+111+82=307 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.13% from 307); Green value is 111 (43.75% from 255 or 36.16% from 307); Blue value is 82 (32.42% from 255 or 26.71% from 307); Max value from RGB is 114 - color contains mainly: red. Hex color #726F52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726F52 is #8D90AD. Grayscale: #6C6C6C. Windows color (decimal): -9277614 or 5402482. OLE color: 5402482.

HSL color Cylindrical-coordinate representation of color #726F52: hue angle of 54.38º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #726F52 is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 111 82 -
CMYK 0 0.03 0.28 0.55
HSL 54.38º 0.16% 0.38% -
HSV(B) 54.38º 0.28% 0.45% -
XYZ 14.15 15.56 10.24 -
YUV 108.59 112.99 131.86 -
System Red Green Blue C M Y K H S L
Decimal 114 111 82 0 0.03 0.28 0.55 54.38 0.16 0.38
Hex 72 6F 52 0 3 1C 37 36 10 26
Octal 162 157 122 0 3 34 67 66 20 46
Binary 1110010 1101111 1010010 0 11 11100 110111 110110 10000 100110

Color Harmonies of #726F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726F52

Black with #726F52

Text Example


Text Example

White with #726F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,111,82); }

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

background-color css

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

 a { background-color: rgb(114,111,82); }

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

border-color css

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

 span { border-color: rgb(114,111,82); }

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