#70674E

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

Shades of Crocodile #70674E

Tints of Crocodile #70674E

Color information

#70674E (or 0x70674E) is unknown color: approx Crocodile. HEX triplet: 70, 67 and 4E. RGB value is (112,103,78). Sum of RGB (Red+Green+Blue) = 112+103+78=293 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.23% from 293); Green value is 103 (40.62% from 255 or 35.15% from 293); Blue value is 78 (30.86% from 255 or 26.62% from 293); Max value from RGB is 112 - color contains mainly: red. Hex color #70674E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70674E is #8F98B1. Grayscale: #666666. Windows color (decimal): -9410738 or 5138288. OLE color: 5138288.

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

Color convert

RGB11210378-
CMYK00.080.300.56
HSL44.12º17.89%37.25%-
HSV(B)44.12º30.36%43.92%-
XYZ12.9113.79.17-
YUV102.84113.98134.53-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.23%
GREEN value IS 103 (40.62% from 255) = 35.15%
BLUE value IS 78 (30.86% from 255) = 26.62%
R=38.23%
G=35.15%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121037800.080.300.5644.1217.8937.25
Hex70674E081E382c1225
Octal1601471160103670542245
Binary111000011001111001110010001111011100010110010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70674E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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