Html Css Color HEX #716B4F Crocodile

📋 copy color: '#716B4F'

red 113 ◦ green 107 ◦ blue 79

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

Shades of Crocodile #716B4F

Tints of Crocodile #716B4F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 35.79%

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

R = 37.79%
G = 35.79%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#716B4F (or 0x716B4F) is known color: Crocodile. HEX triplet: 71, 6B and 4F. RGB value is (113,107,79). Sum of RGB (Red+Green+Blue) = 113+107+79=299 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.79% from 299); Green value is 107 (42.19% from 255 or 35.79% from 299); Blue value is 79 (31.25% from 255 or 26.42% from 299); Max value from RGB is 113 - color contains mainly: red. Hex color #716B4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716B4F is #8E94B0. Grayscale: #696969. Windows color (decimal): -9344177 or 5204849. OLE color: 5204849.

HSL color Cylindrical-coordinate representation of color #716B4F: hue angle of 49.41º 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 #716B4F is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 107 79 -
CMYK 0 0.05 0.30 0.56
HSL 49.41º 0.18% 0.38% -
HSV(B) 49.41º 0.3% 0.44% -
XYZ 13.48 14.59 9.5 -
YUV 105.6 112.99 133.28 -
System Red Green Blue C M Y K H S L
Decimal 113 107 79 0 0.05 0.30 0.56 49.41 0.18 0.38
Hex 71 6B 4F 0 5 1E 38 31 12 26
Octal 161 153 117 0 5 36 70 61 22 46
Binary 1110001 1101011 1001111 0 101 11110 111000 110001 10010 100110

Color Harmonies of #716B4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716B4F

Black with #716B4F

Text Example


Text Example

White with #716B4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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