Html Css Color HEX #875472 Cosmic

📋 copy color: '#875472'

red 135 ◦ green 84 ◦ blue 114

#875472
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cosmic #875472

Tints of Cosmic #875472

RGB

 RED value IS 135 (53.13% from 255) = 40.54%

 GREEN value IS 84 (33.2% from 255) = 25.23%

 BLUE value IS 114 (44.92% from 255) = 34.23%

R = 40.54%
G = 25.23%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#875472 (or 0x875472) is known color: Cosmic. HEX triplet: 87, 54 and 72. RGB value is (135,84,114). Sum of RGB (Red+Green+Blue) = 135+84+114=333 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.54% from 333); Green value is 84 (33.20% from 255 or 25.23% from 333); Blue value is 114 (44.92% from 255 or 34.23% from 333); Max value from RGB is 135 - color contains mainly: red. Hex color #875472 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875472 is #78AB8D. Grayscale: #666666. Windows color (decimal): -7908238 or 7492743. OLE color: 7492743.

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

Color convert

RGB 135 84 114 -
CMYK 0 0.38 0.16 0.47
HSL 324.71º 0.23% 0.43% -
HSV(B) 324.71º 0.38% 0.53% -
XYZ 16.2 12.71 17.52 -
YUV 102.67 134.4 151.06 -
System Red Green Blue C M Y K H S L
Decimal 135 84 114 0 0.38 0.16 0.47 324.71 0.23 0.43
Hex 87 54 72 0 26 10 2F 145 17 2B
Octal 207 124 162 0 46 20 57 505 27 53
Binary 10000111 1010100 1110010 0 100110 10000 101111 101000101 10111 101011

Color Harmonies of #875472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875472

Black with #875472

Text Example


Text Example

White with #875472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875472; }

 p { color: rgb(135,84,114); }

 H1.HeaderClassName
 {
   color: #875472;
 }
 .AnyTagClassName
 {
   color: #875472;
 }
</style>

background-color css

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

 a { background-color: rgb(135,84,114); }

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

border-color css

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

 span { border-color: rgb(135,84,114); }

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