Html Css Color HEX #716B4B Crocodile

📋 copy color: '#716B4B'

red 113 ◦ green 107 ◦ blue 75

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

Shades of Crocodile #716B4B

Tints of Crocodile #716B4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 25.42%

R = 38.31%
G = 36.27%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#716B4B (or 0x716B4B) is known color: Crocodile. HEX triplet: 71, 6B and 4B. RGB value is (113,107,75). Sum of RGB (Red+Green+Blue) = 113+107+75=295 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.31% from 295); Green value is 107 (42.19% from 255 or 36.27% from 295); Blue value is 75 (29.69% from 255 or 25.42% from 295); Max value from RGB is 113 - color contains mainly: red. Hex color #716B4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716B4B is #8E94B4. Grayscale: #696969. Windows color (decimal): -9344181 or 4942705. OLE color: 4942705.

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

Color convert

RGB 113 107 75 -
CMYK 0 0.05 0.34 0.56
HSL 50.53º 0.2% 0.37% -
HSV(B) 50.53º 0.34% 0.44% -
XYZ 13.34 14.53 8.76 -
YUV 105.15 110.99 133.6 -
System Red Green Blue C M Y K H S L
Decimal 113 107 75 0 0.05 0.34 0.56 50.53 0.2 0.37
Hex 71 6B 4B 0 5 22 38 33 14 25
Octal 161 153 113 0 5 42 70 63 24 45
Binary 1110001 1101011 1001011 0 101 100010 111000 110011 10100 100101

Color Harmonies of #716B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716B4B

Black with #716B4B

Text Example


Text Example

White with #716B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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