Html Css Color HEX #706C4D Crocodile

📋 copy color: '#706C4D'

red 112 ◦ green 108 ◦ blue 77

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

Shades of Crocodile #706C4D

Tints of Crocodile #706C4D

RGB

 RED value IS 112 (44.14% from 255) = 37.71%

 GREEN value IS 108 (42.58% from 255) = 36.36%

 BLUE value IS 77 (30.47% from 255) = 25.93%

R = 37.71%
G = 36.36%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#706C4D (or 0x706C4D) is known color: Crocodile. HEX triplet: 70, 6C and 4D. RGB value is (112,108,77). Sum of RGB (Red+Green+Blue) = 112+108+77=297 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.71% from 297); Green value is 108 (42.58% from 255 or 36.36% from 297); Blue value is 77 (30.47% from 255 or 25.93% from 297); Max value from RGB is 112 - color contains mainly: red. Hex color #706C4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706C4D is #8F93B2. Grayscale: #696969. Windows color (decimal): -9409459 or 5074032. OLE color: 5074032.

HSL color Cylindrical-coordinate representation of color #706C4D: hue angle of 53.14º degrees, saturation: 0.19, 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 #706C4D is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 108 77 -
CMYK 0 0.04 0.31 0.56
HSL 53.14º 0.19% 0.37% -
HSV(B) 53.14º 0.31% 0.44% -
XYZ 13.38 14.71 9.15 -
YUV 105.66 111.83 132.52 -
System Red Green Blue C M Y K H S L
Decimal 112 108 77 0 0.04 0.31 0.56 53.14 0.19 0.37
Hex 70 6C 4D 0 4 1F 38 35 13 25
Octal 160 154 115 0 4 37 70 65 23 45
Binary 1110000 1101100 1001101 0 100 11111 111000 110101 10011 100101

Color Harmonies of #706C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706C4D

Black with #706C4D

Text Example


Text Example

White with #706C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706C4D; }

 p { color: rgb(112,108,77); }

 H1.HeaderClassName
 {
   color: #706C4D;
 }
 .AnyTagClassName
 {
   color: #706C4D;
 }
</style>

background-color css

<style>
 a { background-color: #706C4D; }

 a { background-color: rgb(112,108,77); }

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

border-color css

<style>
 span { border-color: #706C4D; }

 span { border-color: rgb(112,108,77); }

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