Html Css Color HEX #874774 Cosmic

📋 copy color: '#874774'

red 135 ◦ green 71 ◦ blue 116

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

Shades of Cosmic #874774

Tints of Cosmic #874774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 36.02%

R = 41.93%
G = 22.05%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#874774 (or 0x874774) is known color: Cosmic. HEX triplet: 87, 47 and 74. RGB value is (135,71,116). Sum of RGB (Red+Green+Blue) = 135+71+116=322 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.93% from 322); Green value is 71 (28.12% from 255 or 22.05% from 322); Blue value is 116 (45.70% from 255 or 36.02% from 322); Max value from RGB is 135 - color contains mainly: red. Hex color #874774 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874774 is #78B88B. Grayscale: #5F5F5F. Windows color (decimal): -7911564 or 7620487. OLE color: 7620487.

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

Color convert

RGB 135 71 116 -
CMYK 0 0.47 0.14 0.47
HSL 317.81º 0.31% 0.4% -
HSV(B) 317.81º 0.47% 0.53% -
XYZ 15.4 10.92 17.82 -
YUV 95.27 139.7 156.34 -
System Red Green Blue C M Y K H S L
Decimal 135 71 116 0 0.47 0.14 0.47 317.81 0.31 0.4
Hex 87 47 74 0 2F E 2F 13E 1F 28
Octal 207 107 164 0 57 16 57 476 37 50
Binary 10000111 1000111 1110100 0 101111 1110 101111 100111110 11111 101000

Color Harmonies of #874774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874774

Black with #874774

Text Example


Text Example

White with #874774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874774; }

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

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

background-color css

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

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

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

border-color css

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

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

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