Html Css Color HEX #875073 Cosmic

📋 copy color: '#875073'

red 135 ◦ green 80 ◦ blue 115

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

Shades of Cosmic #875073

Tints of Cosmic #875073

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.24%

 BLUE value IS 115 (45.31% from 255) = 34.85%

R = 40.91%
G = 24.24%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#875073 (or 0x875073) is known color: Cosmic. HEX triplet: 87, 50 and 73. RGB value is (135,80,115). Sum of RGB (Red+Green+Blue) = 135+80+115=330 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.91% from 330); Green value is 80 (31.64% from 255 or 24.24% from 330); Blue value is 115 (45.31% from 255 or 34.85% from 330); Max value from RGB is 135 - color contains mainly: red. Hex color #875073 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875073 is #78AF8C. Grayscale: #646464. Windows color (decimal): -7909261 or 7557255. OLE color: 7557255.

HSL color Cylindrical-coordinate representation of color #875073: hue angle of 321.82º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #875073 is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 80 115 -
CMYK 0 0.41 0.15 0.47
HSL 321.82º 0.26% 0.42% -
HSV(B) 321.82º 0.41% 0.53% -
XYZ 15.95 12.13 17.72 -
YUV 100.44 136.22 152.65 -
System Red Green Blue C M Y K H S L
Decimal 135 80 115 0 0.41 0.15 0.47 321.82 0.26 0.42
Hex 87 50 73 0 29 F 2F 142 1A 2A
Octal 207 120 163 0 51 17 57 502 32 52
Binary 10000111 1010000 1110011 0 101001 1111 101111 101000010 11010 101010

Color Harmonies of #875073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875073

Black with #875073

Text Example


Text Example

White with #875073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875073; }

 p { color: rgb(135,80,115); }

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

background-color css

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

 a { background-color: rgb(135,80,115); }

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

border-color css

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

 span { border-color: rgb(135,80,115); }

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