Html Css Color HEX #726C4F Crocodile

📋 copy color: '#726C4F'

red 114 ◦ green 108 ◦ blue 79

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

Shades of Crocodile #726C4F

Tints of Crocodile #726C4F

RGB

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

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

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

R = 37.87%
G = 35.88%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.31

 K value IS 0.55

RGB Variations

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

Color information

#726C4F (or 0x726C4F) is known color: Crocodile. HEX triplet: 72, 6C and 4F. RGB value is (114,108,79). Sum of RGB (Red+Green+Blue) = 114+108+79=301 (39% of max value = 765). Red value is 114 (44.92% from 255 or 37.87% from 301); Green value is 108 (42.58% from 255 or 35.88% from 301); Blue value is 79 (31.25% from 255 or 26.25% from 301); Max value from RGB is 114 - color contains mainly: red. Hex color #726C4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726C4F is #8D93B0. Grayscale: #6A6A6A. Windows color (decimal): -9278385 or 5205106. OLE color: 5205106.

HSL color Cylindrical-coordinate representation of color #726C4F: hue angle of 49.71º 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 #726C4F is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 108 79 -
CMYK 0 0.05 0.31 0.55
HSL 49.71º 0.18% 0.38% -
HSV(B) 49.71º 0.31% 0.45% -
XYZ 13.71 14.87 9.54 -
YUV 106.49 112.49 133.36 -
System Red Green Blue C M Y K H S L
Decimal 114 108 79 0 0.05 0.31 0.55 49.71 0.18 0.38
Hex 72 6C 4F 0 5 1F 37 32 12 26
Octal 162 154 117 0 5 37 67 62 22 46
Binary 1110010 1101100 1001111 0 101 11111 110111 110010 10010 100110

Color Harmonies of #726C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726C4F

Black with #726C4F

Text Example


Text Example

White with #726C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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