Html Css Color HEX #726D4F Crocodile

📋 copy color: '#726D4F'

red 114 ◦ green 109 ◦ blue 79

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

Shades of Crocodile #726D4F

Tints of Crocodile #726D4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 26.16%

R = 37.75%
G = 36.09%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.31

 K value IS 0.55

RGB Variations

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

Color information

#726D4F (or 0x726D4F) is known color: Crocodile. HEX triplet: 72, 6D and 4F. RGB value is (114,109,79). Sum of RGB (Red+Green+Blue) = 114+109+79=302 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.75% from 302); Green value is 109 (42.97% from 255 or 36.09% from 302); Blue value is 79 (31.25% from 255 or 26.16% from 302); Max value from RGB is 114 - color contains mainly: red. Hex color #726D4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726D4F is #8D92B0. Grayscale: #6B6B6B. Windows color (decimal): -9278129 or 5205362. OLE color: 5205362.

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

Color convert

RGB 114 109 79 -
CMYK 0 0.04 0.31 0.55
HSL 51.43º 0.18% 0.38% -
HSV(B) 51.43º 0.31% 0.45% -
XYZ 13.82 15.08 9.58 -
YUV 107.08 112.16 132.94 -
System Red Green Blue C M Y K H S L
Decimal 114 109 79 0 0.04 0.31 0.55 51.43 0.18 0.38
Hex 72 6D 4F 0 4 1F 37 33 12 26
Octal 162 155 117 0 4 37 67 63 22 46
Binary 1110010 1101101 1001111 0 100 11111 110111 110011 10010 100110

Color Harmonies of #726D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726D4F

Black with #726D4F

Text Example


Text Example

White with #726D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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