Html Css Color HEX #884875 Cosmic

📋 copy color: '#884875'

red 136 ◦ green 72 ◦ blue 117

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

Shades of Cosmic #884875

Tints of Cosmic #884875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 36%

R = 41.85%
G = 22.15%
B = 36%

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

#884875 (or 0x884875) is known color: Cosmic. HEX triplet: 88, 48 and 75. RGB value is (136,72,117). Sum of RGB (Red+Green+Blue) = 136+72+117=325 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.85% from 325); Green value is 72 (28.52% from 255 or 22.15% from 325); Blue value is 117 (46.09% from 255 or 36% from 325); Max value from RGB is 136 - color contains mainly: red. Hex color #884875 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884875 is #77B78A. Grayscale: #606060. Windows color (decimal): -7845771 or 7686280. OLE color: 7686280.

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

Color convert

RGB 136 72 117 -
CMYK 0 0.47 0.14 0.47
HSL 317.81º 0.31% 0.41% -
HSV(B) 317.81º 0.47% 0.53% -
XYZ 15.68 11.15 18.16 -
YUV 96.27 139.7 156.34 -
System Red Green Blue C M Y K H S L
Decimal 136 72 117 0 0.47 0.14 0.47 317.81 0.31 0.41
Hex 88 48 75 0 2F E 2F 13E 1F 29
Octal 210 110 165 0 57 16 57 476 37 51
Binary 10001000 1001000 1110101 0 101111 1110 101111 100111110 11111 101001

Color Harmonies of #884875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884875

Black with #884875

Text Example


Text Example

White with #884875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884875; }

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

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

background-color css

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

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

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

border-color css

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

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

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