Html Css Color HEX #716A54 Crocodile

📋 copy color: '#716A54'

red 113 ◦ green 106 ◦ blue 84

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

Shades of Crocodile #716A54

Tints of Crocodile #716A54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 27.72%

R = 37.29%
G = 34.98%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#716A54 (or 0x716A54) is known color: Crocodile. HEX triplet: 71, 6A and 54. RGB value is (113,106,84). Sum of RGB (Red+Green+Blue) = 113+106+84=303 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.29% from 303); Green value is 106 (41.80% from 255 or 34.98% from 303); Blue value is 84 (33.20% from 255 or 27.72% from 303); Max value from RGB is 113 - color contains mainly: red. Hex color #716A54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716A54 is #8E95AB. Grayscale: #696969. Windows color (decimal): -9344428 or 5532273. OLE color: 5532273.

HSL color Cylindrical-coordinate representation of color #716A54: hue angle of 45.52º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #716A54 is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 106 84 -
CMYK 0 0.06 0.26 0.56
HSL 45.52º 0.15% 0.39% -
HSV(B) 45.52º 0.26% 0.44% -
XYZ 13.56 14.46 10.46 -
YUV 105.59 115.82 133.29 -
System Red Green Blue C M Y K H S L
Decimal 113 106 84 0 0.06 0.26 0.56 45.52 0.15 0.39
Hex 71 6A 54 0 6 1A 38 2E F 27
Octal 161 152 124 0 6 32 70 56 17 47
Binary 1110001 1101010 1010100 0 110 11010 111000 101110 1111 100111

Color Harmonies of #716A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716A54

Black with #716A54

Text Example


Text Example

White with #716A54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,106,84); }

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

background-color css

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

 a { background-color: rgb(113,106,84); }

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

border-color css

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

 span { border-color: rgb(113,106,84); }

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