Html Css Color HEX #716B4E Crocodile

📋 copy color: '#716B4E'

red 113 ◦ green 107 ◦ blue 78

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

Shades of Crocodile #716B4E

Tints of Crocodile #716B4E

RGB

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

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

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

R = 37.92%
G = 35.91%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#716B4E (or 0x716B4E) is known color: Crocodile. HEX triplet: 71, 6B and 4E. RGB value is (113,107,78). Sum of RGB (Red+Green+Blue) = 113+107+78=298 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.92% from 298); Green value is 107 (42.19% from 255 or 35.91% from 298); Blue value is 78 (30.86% from 255 or 26.17% from 298); Max value from RGB is 113 - color contains mainly: red. Hex color #716B4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716B4E is #8E94B1. Grayscale: #696969. Windows color (decimal): -9344178 or 5139313. OLE color: 5139313.

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

Color convert

RGB 113 107 78 -
CMYK 0 0.05 0.31 0.56
HSL 49.71º 0.18% 0.37% -
HSV(B) 49.71º 0.31% 0.44% -
XYZ 13.44 14.58 9.31 -
YUV 105.49 112.49 133.36 -
System Red Green Blue C M Y K H S L
Decimal 113 107 78 0 0.05 0.31 0.56 49.71 0.18 0.37
Hex 71 6B 4E 0 5 1F 38 32 12 25
Octal 161 153 116 0 5 37 70 62 22 45
Binary 1110001 1101011 1001110 0 101 11111 111000 110010 10010 100101

Color Harmonies of #716B4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716B4E

Black with #716B4E

Text Example


Text Example

White with #716B4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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