Html Css Color HEX #716A4B Crocodile

📋 copy color: '#716A4B'

red 113 ◦ green 106 ◦ blue 75

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

Shades of Crocodile #716A4B

Tints of Crocodile #716A4B

RGB

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

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

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

R = 38.44%
G = 36.05%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#716A4B (or 0x716A4B) is known color: Crocodile. HEX triplet: 71, 6A and 4B. RGB value is (113,106,75). Sum of RGB (Red+Green+Blue) = 113+106+75=294 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.44% from 294); Green value is 106 (41.80% from 255 or 36.05% from 294); Blue value is 75 (29.69% from 255 or 25.51% from 294); Max value from RGB is 113 - color contains mainly: red. Hex color #716A4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716A4B is #8E95B4. Grayscale: #686868. Windows color (decimal): -9344437 or 4942449. OLE color: 4942449.

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

Color convert

RGB 113 106 75 -
CMYK 0 0.06 0.34 0.56
HSL 48.95º 0.2% 0.37% -
HSV(B) 48.95º 0.34% 0.44% -
XYZ 13.23 14.33 8.72 -
YUV 104.56 111.32 134.02 -
System Red Green Blue C M Y K H S L
Decimal 113 106 75 0 0.06 0.34 0.56 48.95 0.2 0.37
Hex 71 6A 4B 0 6 22 38 31 14 25
Octal 161 152 113 0 6 42 70 61 24 45
Binary 1110001 1101010 1001011 0 110 100010 111000 110001 10100 100101

Color Harmonies of #716A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716A4B

Black with #716A4B

Text Example


Text Example

White with #716A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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