Html Css Color HEX #716B55 Crocodile

📋 copy color: '#716B55'

red 113 ◦ green 107 ◦ blue 85

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

Shades of Crocodile #716B55

Tints of Crocodile #716B55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 27.87%

R = 37.05%
G = 35.08%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#716B55 (or 0x716B55) is known color: Crocodile. HEX triplet: 71, 6B and 55. RGB value is (113,107,85). Sum of RGB (Red+Green+Blue) = 113+107+85=305 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.05% from 305); Green value is 107 (42.19% from 255 or 35.08% from 305); Blue value is 85 (33.59% from 255 or 27.87% from 305); Max value from RGB is 113 - color contains mainly: red. Hex color #716B55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716B55 is #8E94AA. Grayscale: #6A6A6A. Windows color (decimal): -9344171 or 5598065. OLE color: 5598065.

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

Color convert

RGB 113 107 85 -
CMYK 0 0.05 0.25 0.56
HSL 47.14º 0.14% 0.39% -
HSV(B) 47.14º 0.25% 0.44% -
XYZ 13.71 14.68 10.71 -
YUV 106.29 115.99 132.79 -
System Red Green Blue C M Y K H S L
Decimal 113 107 85 0 0.05 0.25 0.56 47.14 0.14 0.39
Hex 71 6B 55 0 5 19 38 2F E 27
Octal 161 153 125 0 5 31 70 57 16 47
Binary 1110001 1101011 1010101 0 101 11001 111000 101111 1110 100111

Color Harmonies of #716B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716B55

Black with #716B55

Text Example


Text Example

White with #716B55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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