Html Css Color HEX #874871 Cosmic

📋 copy color: '#874871'

red 135 ◦ green 72 ◦ blue 113

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

Shades of Cosmic #874871

Tints of Cosmic #874871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 35.31%

R = 42.19%
G = 22.5%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#874871 (or 0x874871) is known color: Cosmic. HEX triplet: 87, 48 and 71. RGB value is (135,72,113). Sum of RGB (Red+Green+Blue) = 135+72+113=320 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.19% from 320); Green value is 72 (28.52% from 255 or 22.5% from 320); Blue value is 113 (44.53% from 255 or 35.31% from 320); Max value from RGB is 135 - color contains mainly: red. Hex color #874871 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874871 is #78B78E. Grayscale: #5F5F5F. Windows color (decimal): -7911311 or 7424135. OLE color: 7424135.

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

Color convert

RGB 135 72 113 -
CMYK 0 0.47 0.16 0.47
HSL 320.95º 0.3% 0.41% -
HSV(B) 320.95º 0.47% 0.53% -
XYZ 15.29 10.98 16.94 -
YUV 95.51 137.87 156.17 -
System Red Green Blue C M Y K H S L
Decimal 135 72 113 0 0.47 0.16 0.47 320.95 0.3 0.41
Hex 87 48 71 0 2F 10 2F 141 1E 29
Octal 207 110 161 0 57 20 57 501 36 51
Binary 10000111 1001000 1110001 0 101111 10000 101111 101000001 11110 101001

Color Harmonies of #874871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874871

Black with #874871

Text Example


Text Example

White with #874871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874871; }

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

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

background-color css

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

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

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

border-color css

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

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

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