Html Css Color HEX #875373 Cosmic

📋 copy color: '#875373'

red 135 ◦ green 83 ◦ blue 115

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

Shades of Cosmic #875373

Tints of Cosmic #875373

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.92%

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

R = 40.54%
G = 24.92%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#875373 (or 0x875373) is known color: Cosmic. HEX triplet: 87, 53 and 73. RGB value is (135,83,115). Sum of RGB (Red+Green+Blue) = 135+83+115=333 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.54% from 333); Green value is 83 (32.81% from 255 or 24.92% from 333); Blue value is 115 (45.31% from 255 or 34.53% from 333); Max value from RGB is 135 - color contains mainly: red. Hex color #875373 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875373 is #78AC8C. Grayscale: #666666. Windows color (decimal): -7908493 or 7558023. OLE color: 7558023.

HSL color Cylindrical-coordinate representation of color #875373: hue angle of 323.08º 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 #875373 is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 83 115 -
CMYK 0 0.39 0.15 0.47
HSL 323.08º 0.24% 0.43% -
HSV(B) 323.08º 0.39% 0.53% -
XYZ 16.18 12.58 17.79 -
YUV 102.2 135.23 151.4 -
System Red Green Blue C M Y K H S L
Decimal 135 83 115 0 0.39 0.15 0.47 323.08 0.24 0.43
Hex 87 53 73 0 27 F 2F 143 18 2B
Octal 207 123 163 0 47 17 57 503 30 53
Binary 10000111 1010011 1110011 0 100111 1111 101111 101000011 11000 101011

Color Harmonies of #875373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875373

Black with #875373

Text Example


Text Example

White with #875373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875373; }

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

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

background-color css

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

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

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

border-color css

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

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

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