Html Css Color HEX #716A4F Crocodile

📋 copy color: '#716A4F'

red 113 ◦ green 106 ◦ blue 79

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

Shades of Crocodile #716A4F

Tints of Crocodile #716A4F

RGB

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

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

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

R = 37.92%
G = 35.57%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#716A4F (or 0x716A4F) is known color: Crocodile. HEX triplet: 71, 6A and 4F. RGB value is (113,106,79). Sum of RGB (Red+Green+Blue) = 113+106+79=298 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.92% from 298); Green value is 106 (41.80% from 255 or 35.57% from 298); Blue value is 79 (31.25% from 255 or 26.51% from 298); Max value from RGB is 113 - color contains mainly: red. Hex color #716A4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716A4F is #8E95B0. Grayscale: #696969. Windows color (decimal): -9344433 or 5204593. OLE color: 5204593.

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

Color convert

RGB 113 106 79 -
CMYK 0 0.06 0.30 0.56
HSL 47.65º 0.18% 0.38% -
HSV(B) 47.65º 0.3% 0.44% -
XYZ 13.38 14.38 9.47 -
YUV 105.02 113.32 133.7 -
System Red Green Blue C M Y K H S L
Decimal 113 106 79 0 0.06 0.30 0.56 47.65 0.18 0.38
Hex 71 6A 4F 0 6 1E 38 30 12 26
Octal 161 152 117 0 6 36 70 60 22 46
Binary 1110001 1101010 1001111 0 110 11110 111000 110000 10010 100110

Color Harmonies of #716A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716A4F

Black with #716A4F

Text Example


Text Example

White with #716A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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