Html Css Color HEX #726A50 Crocodile

📋 copy color: '#726A50'

red 114 ◦ green 106 ◦ blue 80

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

Shades of Crocodile #726A50

Tints of Crocodile #726A50

RGB

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

 GREEN value IS 106 (41.8% from 255) = 35.33%

 BLUE value IS 80 (31.64% from 255) = 26.67%

R = 38%
G = 35.33%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#726A50 (or 0x726A50) is known color: Crocodile. HEX triplet: 72, 6A and 50. RGB value is (114,106,80). Sum of RGB (Red+Green+Blue) = 114+106+80=300 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38% from 300); Green value is 106 (41.80% from 255 or 35.33% from 300); Blue value is 80 (31.64% from 255 or 26.67% from 300); Max value from RGB is 114 - color contains mainly: red. Hex color #726A50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726A50 is #8D95AF. Grayscale: #696969. Windows color (decimal): -9278896 or 5270130. OLE color: 5270130.

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

Color convert

RGB 114 106 80 -
CMYK 0 0.07 0.30 0.55
HSL 45.88º 0.18% 0.38% -
HSV(B) 45.88º 0.3% 0.45% -
XYZ 13.54 14.46 9.67 -
YUV 105.43 113.65 134.11 -
System Red Green Blue C M Y K H S L
Decimal 114 106 80 0 0.07 0.30 0.55 45.88 0.18 0.38
Hex 72 6A 50 0 7 1E 37 2E 12 26
Octal 162 152 120 0 7 36 67 56 22 46
Binary 1110010 1101010 1010000 0 111 11110 110111 101110 10010 100110

Color Harmonies of #726A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726A50

Black with #726A50

Text Example


Text Example

White with #726A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,106,80); }

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

background-color css

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

 a { background-color: rgb(114,106,80); }

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

border-color css

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

 span { border-color: rgb(114,106,80); }

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