Html Css Color HEX #726C55 Crocodile

📋 copy color: '#726C55'

red 114 ◦ green 108 ◦ blue 85

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

Shades of Crocodile #726C55

Tints of Crocodile #726C55

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.18%

 BLUE value IS 85 (33.59% from 255) = 27.69%

R = 37.13%
G = 35.18%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#726C55 (or 0x726C55) is known color: Crocodile. HEX triplet: 72, 6C and 55. RGB value is (114,108,85). Sum of RGB (Red+Green+Blue) = 114+108+85=307 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.13% from 307); Green value is 108 (42.58% from 255 or 35.18% from 307); Blue value is 85 (33.59% from 255 or 27.69% from 307); Max value from RGB is 114 - color contains mainly: red. Hex color #726C55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726C55 is #8D93AA. Grayscale: #6B6B6B. Windows color (decimal): -9278379 or 5598322. OLE color: 5598322.

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

Color convert

RGB 114 108 85 -
CMYK 0 0.05 0.25 0.55
HSL 47.59º 0.15% 0.39% -
HSV(B) 47.59º 0.25% 0.45% -
XYZ 13.94 14.96 10.75 -
YUV 107.17 115.49 132.87 -
System Red Green Blue C M Y K H S L
Decimal 114 108 85 0 0.05 0.25 0.55 47.59 0.15 0.39
Hex 72 6C 55 0 5 19 37 30 F 27
Octal 162 154 125 0 5 31 67 60 17 47
Binary 1110010 1101100 1010101 0 101 11001 110111 110000 1111 100111

Color Harmonies of #726C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726C55

Black with #726C55

Text Example


Text Example

White with #726C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,108,85); }

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

background-color css

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

 a { background-color: rgb(114,108,85); }

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

border-color css

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

 span { border-color: rgb(114,108,85); }

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