#704F5B

Color #704F5B Cosmic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cosmic #704F5B

Tints of Cosmic #704F5B

Color information

#704F5B (or 0x704F5B) is unknown color: approx Cosmic. HEX triplet: 70, 4F and 5B. RGB value is (112,79,91). Sum of RGB (Red+Green+Blue) = 112+79+91=282 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.72% from 282); Green value is 79 (31.25% from 255 or 28.01% from 282); Blue value is 91 (35.94% from 255 or 32.27% from 282); Max value from RGB is 112 - color contains mainly: red. Hex color #704F5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704F5B is #8FB0A4. Grayscale: #5A5A5A. Windows color (decimal): -9416869 or 5984112. OLE color: 5984112.

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

Color convert

RGB1127991-
CMYK00.290.190.56
HSL338.18º17.28%37.45%-
HSV(B)338.18º29.46%43.92%-
XYZ11.379.7911.19-
YUV90.23128.43143.52-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.72%
GREEN value IS 79 (31.25% from 255) = 28.01%
BLUE value IS 91 (35.94% from 255) = 32.27%
R=39.72%
G=28.01%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112799100.290.190.56338.1817.2837.45
Hex704F5B01D13381521125
Octal16011713303523705222145
Binary1110000100111110110110111011001111100010101001010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704F5B; }

 p { color: rgb(112,79,91); }

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

<style>
 a { background-color: #704F5B; }

 a { background-color: rgb(112,79,91); }

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

<style>
 span { border-color: #704F5B; }

 span { border-color: rgb(112,79,91); }

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