#70575C

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

Shades of Falcon #70575C

Tints of Falcon #70575C

Color information

#70575C (or 0x70575C) is unknown color: approx Falcon. HEX triplet: 70, 57 and 5C. RGB value is (112,87,92). Sum of RGB (Red+Green+Blue) = 112+87+92=291 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.49% from 291); Green value is 87 (34.38% from 255 or 29.90% from 291); Blue value is 92 (36.33% from 255 or 31.62% from 291); Max value from RGB is 112 - color contains mainly: red. Hex color #70575C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70575C is #8FA8A3. Grayscale: #5F5F5F. Windows color (decimal): -9414820 or 6051696. OLE color: 6051696.

HSL color Cylindrical-coordinate representation of color #70575C: hue angle of 348º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #70575C is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB1128792-
CMYK00.220.180.56
HSL348º12.56%39.02%-
HSV(B)348º22.32%43.92%-
XYZ12.0211.0311.62-
YUV95.04126.28140.09-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.49%
GREEN value IS 87 (34.38% from 255) = 29.90%
BLUE value IS 92 (36.33% from 255) = 31.62%
R=38.49%
G=29.90%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112879200.220.180.5634812.5639.02
Hex70575C016123815cd27
Octal16012713402622705341547
Binary111000010101111011100010110100101110001010111001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70575C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,87,92); }

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

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

 a { background-color: rgb(112,87,92); }

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

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

 span { border-color: rgb(112,87,92); }

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