Html Css Color HEX #726C51 Crocodile

📋 copy color: '#726C51'

red 114 ◦ green 108 ◦ blue 81

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

Shades of Crocodile #726C51

Tints of Crocodile #726C51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 26.73%

R = 37.62%
G = 35.64%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#726C51 (or 0x726C51) is known color: Crocodile. HEX triplet: 72, 6C and 51. RGB value is (114,108,81). Sum of RGB (Red+Green+Blue) = 114+108+81=303 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.62% from 303); Green value is 108 (42.58% from 255 or 35.64% from 303); Blue value is 81 (32.03% from 255 or 26.73% from 303); Max value from RGB is 114 - color contains mainly: red. Hex color #726C51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726C51 is #8D93AE. Grayscale: #6A6A6A. Windows color (decimal): -9278383 or 5336178. OLE color: 5336178.

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

Color convert

RGB 114 108 81 -
CMYK 0 0.05 0.29 0.55
HSL 49.09º 0.17% 0.38% -
HSV(B) 49.09º 0.29% 0.45% -
XYZ 13.79 14.9 9.93 -
YUV 106.72 113.49 133.2 -
System Red Green Blue C M Y K H S L
Decimal 114 108 81 0 0.05 0.29 0.55 49.09 0.17 0.38
Hex 72 6C 51 0 5 1D 37 31 11 26
Octal 162 154 121 0 5 35 67 61 21 46
Binary 1110010 1101100 1010001 0 101 11101 110111 110001 10001 100110

Color Harmonies of #726C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726C51

Black with #726C51

Text Example


Text Example

White with #726C51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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