#70674C

Color #70674C Crocodile (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crocodile #70674C

Tints of Crocodile #70674C

Color information

#70674C (or 0x70674C) is unknown color: approx Crocodile. HEX triplet: 70, 67 and 4C. RGB value is (112,103,76). Sum of RGB (Red+Green+Blue) = 112+103+76=291 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.49% from 291); Green value is 103 (40.62% from 255 or 35.40% from 291); Blue value is 76 (30.08% from 255 or 26.12% from 291); Max value from RGB is 112 - color contains mainly: red. Hex color #70674C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70674C is #8F98B3. Grayscale: #666666. Windows color (decimal): -9410740 or 5007216. OLE color: 5007216.

HSL color Cylindrical-coordinate representation of color #70674C: hue angle of 45º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #70674C is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB11210376-
CMYK00.080.320.56
HSL45º19.15%36.86%-
HSV(B)45º32.14%43.92%-
XYZ12.8413.678.8-
YUV102.61112.98134.7-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.49%
GREEN value IS 103 (40.62% from 255) = 35.40%
BLUE value IS 76 (30.08% from 255) = 26.12%
R=38.49%
G=35.40%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121037600.080.320.564519.1536.86
Hex70674C0820382d1325
Octal1601471140104070552345
Binary1110000110011110011000100010000011100010110110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70674C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70674C; }

 p { color: rgb(112,103,76); }

 H1.HeaderClassName
 {
   color: #70674C;
 }
 .AnyTagClassName
 {
   color: #70674C;
 }
</style>
background-color css

<style>
 a { background-color: #70674C; }

 a { background-color: rgb(112,103,76); }

 div.DivClassName
 {
   background-color: #70674C;
 }
 .BgClassName
 {
   background-color: #70674C;
 }
</style>
border-color css

<style>
 span { border-color: #70674C; }

 span { border-color: rgb(112,103,76); }

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