Html Css Color HEX #884874 Cosmic

📋 copy color: '#884874'

red 136 ◦ green 72 ◦ blue 116

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

Shades of Cosmic #884874

Tints of Cosmic #884874

RGB

 RED value IS 136 (53.52% from 255) = 41.98%

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

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

R = 41.98%
G = 22.22%
B = 35.8%

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

#884874 (or 0x884874) is known color: Cosmic. HEX triplet: 88, 48 and 74. RGB value is (136,72,116). Sum of RGB (Red+Green+Blue) = 136+72+116=324 (42% of max value = 765). Red value is 136 (53.52% from 255 or 41.98% from 324); Green value is 72 (28.52% from 255 or 22.22% from 324); Blue value is 116 (45.70% from 255 or 35.80% from 324); Max value from RGB is 136 - color contains mainly: red. Hex color #884874 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884874 is #77B78B. Grayscale: #606060. Windows color (decimal): -7845772 or 7620744. OLE color: 7620744.

HSL color Cylindrical-coordinate representation of color #884874: hue angle of 318.75º degrees, saturation: 0.31, 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 #884874 is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 72 116 -
CMYK 0 0.47 0.15 0.47
HSL 318.75º 0.31% 0.41% -
HSV(B) 318.75º 0.47% 0.53% -
XYZ 15.62 11.13 17.85 -
YUV 96.15 139.2 156.42 -
System Red Green Blue C M Y K H S L
Decimal 136 72 116 0 0.47 0.15 0.47 318.75 0.31 0.41
Hex 88 48 74 0 2F F 2F 13F 1F 29
Octal 210 110 164 0 57 17 57 477 37 51
Binary 10001000 1001000 1110100 0 101111 1111 101111 100111111 11111 101001

Color Harmonies of #884874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884874

Black with #884874

Text Example


Text Example

White with #884874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884874; }

 p { color: rgb(136,72,116); }

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

background-color css

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

 a { background-color: rgb(136,72,116); }

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

border-color css

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

 span { border-color: rgb(136,72,116); }

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