#874068

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

Shades of Cosmic #874068

Tints of Cosmic #874068

Color information

#874068 (or 0x874068) is unknown color: approx Cosmic. HEX triplet: 87, 40 and 68. RGB value is (135,64,104). Sum of RGB (Red+Green+Blue) = 135+64+104=303 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.55% from 303); Green value is 64 (25.39% from 255 or 21.12% from 303); Blue value is 104 (41.02% from 255 or 34.32% from 303); Max value from RGB is 135 - color contains mainly: red. Hex color #874068 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874068 is #78BF97. Grayscale: #595959. Windows color (decimal): -7913368 or 6832263. OLE color: 6832263.

HSL color Cylindrical-coordinate representation of color #874068: hue angle of 326.2º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #874068 is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB13564104-
CMYK00.530.230.47
HSL326.2º35.68%39.02%-
HSV(B)326.2º52.59%52.94%-
XYZ14.329.8214.24-
YUV89.79136.02160.25-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.55%
GREEN value IS 64 (25.39% from 255) = 21.12%
BLUE value IS 104 (41.02% from 255) = 34.32%
R=44.55%
G=21.12%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1356410400.530.230.47326.235.6839.02
Hex874068035172F1462427
Octal20710015006527575064447
Binary1000011110000001101000011010110111101111101000110100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874068; }

 p { color: rgb(135,64,104); }

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

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

 a { background-color: rgb(135,64,104); }

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

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

 span { border-color: rgb(135,64,104); }

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