Html Css Color HEX #716D50 Crocodile

📋 copy color: '#716D50'

red 113 ◦ green 109 ◦ blue 80

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

Shades of Crocodile #716D50

Tints of Crocodile #716D50

RGB

 RED value IS 113 (44.53% from 255) = 37.42%

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

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

R = 37.42%
G = 36.09%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#716D50 (or 0x716D50) is known color: Crocodile. HEX triplet: 71, 6D and 50. RGB value is (113,109,80). Sum of RGB (Red+Green+Blue) = 113+109+80=302 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.42% from 302); Green value is 109 (42.97% from 255 or 36.09% from 302); Blue value is 80 (31.64% from 255 or 26.49% from 302); Max value from RGB is 113 - color contains mainly: red. Hex color #716D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716D50 is #8E92AF. Grayscale: #6B6B6B. Windows color (decimal): -9343664 or 5270897. OLE color: 5270897.

HSL color Cylindrical-coordinate representation of color #716D50: hue angle of 52.73º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #716D50 is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 109 80 -
CMYK 0 0.04 0.29 0.56
HSL 52.73º 0.17% 0.38% -
HSV(B) 52.73º 0.29% 0.44% -
XYZ 13.73 15.03 9.77 -
YUV 106.89 112.83 132.36 -
System Red Green Blue C M Y K H S L
Decimal 113 109 80 0 0.04 0.29 0.56 52.73 0.17 0.38
Hex 71 6D 50 0 4 1D 38 35 11 26
Octal 161 155 120 0 4 35 70 65 21 46
Binary 1110001 1101101 1010000 0 100 11101 111000 110101 10001 100110

Color Harmonies of #716D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716D50

Black with #716D50

Text Example


Text Example

White with #716D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716D50; }

 p { color: rgb(113,109,80); }

 H1.HeaderClassName
 {
   color: #716D50;
 }
 .AnyTagClassName
 {
   color: #716D50;
 }
</style>

background-color css

<style>
 a { background-color: #716D50; }

 a { background-color: rgb(113,109,80); }

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

border-color css

<style>
 span { border-color: #716D50; }

 span { border-color: rgb(113,109,80); }

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