Html Css Color HEX #726B49 Crocodile

📋 copy color: '#726B49'

red 114 ◦ green 107 ◦ blue 73

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

Shades of Crocodile #726B49

Tints of Crocodile #726B49

RGB

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

 GREEN value IS 107 (42.19% from 255) = 36.39%

 BLUE value IS 73 (28.91% from 255) = 24.83%

R = 38.78%
G = 36.39%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#726B49 (or 0x726B49) is known color: Crocodile. HEX triplet: 72, 6B and 49. RGB value is (114,107,73). Sum of RGB (Red+Green+Blue) = 114+107+73=294 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.78% from 294); Green value is 107 (42.19% from 255 or 36.39% from 294); Blue value is 73 (28.91% from 255 or 24.83% from 294); Max value from RGB is 114 - color contains mainly: red. Hex color #726B49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726B49 is #8D94B6. Grayscale: #696969. Windows color (decimal): -9278647 or 4811634. OLE color: 4811634.

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

Color convert

RGB 114 107 73 -
CMYK 0 0.06 0.36 0.55
HSL 49.76º 0.22% 0.37% -
HSV(B) 49.76º 0.36% 0.45% -
XYZ 13.4 14.57 8.41 -
YUV 105.22 109.82 134.26 -
System Red Green Blue C M Y K H S L
Decimal 114 107 73 0 0.06 0.36 0.55 49.76 0.22 0.37
Hex 72 6B 49 0 6 24 37 32 16 25
Octal 162 153 111 0 6 44 67 62 26 45
Binary 1110010 1101011 1001001 0 110 100100 110111 110010 10110 100101

Color Harmonies of #726B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726B49

Black with #726B49

Text Example


Text Example

White with #726B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,107,73); }

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

background-color css

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

 a { background-color: rgb(114,107,73); }

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

border-color css

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

 span { border-color: rgb(114,107,73); }

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