Html Css Color HEX #874473 Cosmic

📋 copy color: '#874473'

red 135 ◦ green 68 ◦ blue 115

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

Shades of Cosmic #874473

Tints of Cosmic #874473

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.38%

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

R = 42.45%
G = 21.38%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#874473 (or 0x874473) is known color: Cosmic. HEX triplet: 87, 44 and 73. RGB value is (135,68,115). Sum of RGB (Red+Green+Blue) = 135+68+115=318 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.45% from 318); Green value is 68 (26.95% from 255 or 21.38% from 318); Blue value is 115 (45.31% from 255 or 36.16% from 318); Max value from RGB is 135 - color contains mainly: red. Hex color #874473 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874473 is #78BB8C. Grayscale: #5D5D5D. Windows color (decimal): -7912333 or 7554183. OLE color: 7554183.

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

Color convert

RGB 135 68 115 -
CMYK 0 0.50 0.15 0.47
HSL 317.91º 0.33% 0.4% -
HSV(B) 317.91º 0.5% 0.53% -
XYZ 15.15 10.52 17.45 -
YUV 93.39 140.2 157.68 -
System Red Green Blue C M Y K H S L
Decimal 135 68 115 0 0.50 0.15 0.47 317.91 0.33 0.4
Hex 87 44 73 0 32 F 2F 13E 21 28
Octal 207 104 163 0 62 17 57 476 41 50
Binary 10000111 1000100 1110011 0 110010 1111 101111 100111110 100001 101000

Color Harmonies of #874473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874473

Black with #874473

Text Example


Text Example

White with #874473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874473; }

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

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

background-color css

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

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

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

border-color css

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

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

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