#875274

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

Shades of Cosmic #875274

Tints of Cosmic #875274

Color information

#875274 (or 0x875274) is unknown color: approx Cosmic. HEX triplet: 87, 52 and 74. RGB value is (135,82,116). Sum of RGB (Red+Green+Blue) = 135+82+116=333 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.54% from 333); Green value is 82 (32.42% from 255 or 24.62% from 333); Blue value is 116 (45.70% from 255 or 34.83% from 333); Max value from RGB is 135 - color contains mainly: red. Hex color #875274 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875274 is #78AD8B. Grayscale: #656565. Windows color (decimal): -7908748 or 7623303. OLE color: 7623303.

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

Color convert

RGB13582116-
CMYK00.390.140.47
HSL321.51º24.42%42.55%-
HSV(B)321.51º39.26%52.94%-
XYZ16.1612.4518.07-
YUV101.72136.06151.74-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.54%
GREEN value IS 82 (32.42% from 255) = 24.62%
BLUE value IS 116 (45.70% from 255) = 34.83%
R=40.54%
G=24.62%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358211600.390.140.47321.5124.4242.55
Hex875274027E2F142182b
Octal20712216404716575023053
Binary10000111101001011101000100111111010111110100001011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875274; }

 p { color: rgb(135,82,116); }

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

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

 a { background-color: rgb(135,82,116); }

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

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

 span { border-color: rgb(135,82,116); }

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