Html Css Color HEX #874873 Cosmic

📋 copy color: '#874873'

red 135 ◦ green 72 ◦ blue 115

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

Shades of Cosmic #874873

Tints of Cosmic #874873

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.36%

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

R = 41.93%
G = 22.36%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#874873 (or 0x874873) is known color: Cosmic. HEX triplet: 87, 48 and 73. RGB value is (135,72,115). Sum of RGB (Red+Green+Blue) = 135+72+115=322 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.93% from 322); Green value is 72 (28.52% from 255 or 22.36% from 322); Blue value is 115 (45.31% from 255 or 35.71% from 322); Max value from RGB is 135 - color contains mainly: red. Hex color #874873 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874873 is #78B78C. Grayscale: #5F5F5F. Windows color (decimal): -7911309 or 7555207. OLE color: 7555207.

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

Color convert

RGB 135 72 115 -
CMYK 0 0.47 0.15 0.47
HSL 319.05º 0.3% 0.41% -
HSV(B) 319.05º 0.47% 0.53% -
XYZ 15.4 11.02 17.54 -
YUV 95.74 138.87 156 -
System Red Green Blue C M Y K H S L
Decimal 135 72 115 0 0.47 0.15 0.47 319.05 0.3 0.41
Hex 87 48 73 0 2F F 2F 13F 1E 29
Octal 207 110 163 0 57 17 57 477 36 51
Binary 10000111 1001000 1110011 0 101111 1111 101111 100111111 11110 101001

Color Harmonies of #874873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874873

Black with #874873

Text Example


Text Example

White with #874873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874873; }

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

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

background-color css

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

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

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

border-color css

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

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

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