Html Css Color HEX #716A4E Crocodile

📋 copy color: '#716A4E'

red 113 ◦ green 106 ◦ blue 78

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

Shades of Crocodile #716A4E

Tints of Crocodile #716A4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 26.26%

R = 38.05%
G = 35.69%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#716A4E (or 0x716A4E) is known color: Crocodile. HEX triplet: 71, 6A and 4E. RGB value is (113,106,78). Sum of RGB (Red+Green+Blue) = 113+106+78=297 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.05% from 297); Green value is 106 (41.80% from 255 or 35.69% from 297); Blue value is 78 (30.86% from 255 or 26.26% from 297); Max value from RGB is 113 - color contains mainly: red. Hex color #716A4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716A4E is #8E95B1. Grayscale: #696969. Windows color (decimal): -9344434 or 5139057. OLE color: 5139057.

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

Color convert

RGB 113 106 78 -
CMYK 0 0.06 0.31 0.56
HSL 48º 0.18% 0.37% -
HSV(B) 48º 0.31% 0.44% -
XYZ 13.34 14.37 9.28 -
YUV 104.9 112.82 133.78 -
System Red Green Blue C M Y K H S L
Decimal 113 106 78 0 0.06 0.31 0.56 48 0.18 0.37
Hex 71 6A 4E 0 6 1F 38 30 12 25
Octal 161 152 116 0 6 37 70 60 22 45
Binary 1110001 1101010 1001110 0 110 11111 111000 110000 10010 100101

Color Harmonies of #716A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716A4E

Black with #716A4E

Text Example


Text Example

White with #716A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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