Html Css Color HEX #874772 Cosmic

📋 copy color: '#874772'

red 135 ◦ green 71 ◦ blue 114

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

Shades of Cosmic #874772

Tints of Cosmic #874772

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.19%

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

R = 42.19%
G = 22.19%
B = 35.63%

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

#874772 (or 0x874772) is known color: Cosmic. HEX triplet: 87, 47 and 72. RGB value is (135,71,114). Sum of RGB (Red+Green+Blue) = 135+71+114=320 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.19% from 320); Green value is 71 (28.12% from 255 or 22.19% from 320); Blue value is 114 (44.92% from 255 or 35.62% from 320); Max value from RGB is 135 - color contains mainly: red. Hex color #874772 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874772 is #78B88D. Grayscale: #5E5E5E. Windows color (decimal): -7911566 or 7489415. OLE color: 7489415.

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

Color convert

RGB 135 71 114 -
CMYK 0 0.47 0.16 0.47
HSL 319.69º 0.31% 0.4% -
HSV(B) 319.69º 0.47% 0.53% -
XYZ 15.28 10.87 17.21 -
YUV 95.04 138.7 156.5 -
System Red Green Blue C M Y K H S L
Decimal 135 71 114 0 0.47 0.16 0.47 319.69 0.31 0.4
Hex 87 47 72 0 2F 10 2F 140 1F 28
Octal 207 107 162 0 57 20 57 500 37 50
Binary 10000111 1000111 1110010 0 101111 10000 101111 101000000 11111 101000

Color Harmonies of #874772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874772

Black with #874772

Text Example


Text Example

White with #874772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874772; }

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

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

background-color css

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

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

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

border-color css

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

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

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