Html Css Color HEX #884F75 Cosmic

📋 copy color: '#884F75'

red 136 ◦ green 79 ◦ blue 117

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

Shades of Cosmic #884F75

Tints of Cosmic #884F75

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.8%

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

R = 40.96%
G = 23.8%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#884F75 (or 0x884F75) is known color: Cosmic. HEX triplet: 88, 4F and 75. RGB value is (136,79,117). Sum of RGB (Red+Green+Blue) = 136+79+117=332 (43% of max value = 765). Red value is 136 (53.52% from 255 or 40.96% from 332); Green value is 79 (31.25% from 255 or 23.80% from 332); Blue value is 117 (46.09% from 255 or 35.24% from 332); Max value from RGB is 136 - color contains mainly: red. Hex color #884F75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #884F75 is #77B08A. Grayscale: #646464. Windows color (decimal): -7843979 or 7688072. OLE color: 7688072.

HSL color Cylindrical-coordinate representation of color #884F75: hue angle of 320º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #884F75 is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 79 117 -
CMYK 0 0.42 0.14 0.47
HSL 320º 0.27% 0.42% -
HSV(B) 320º 0.42% 0.53% -
XYZ 16.16 12.11 18.32 -
YUV 100.38 137.38 153.41 -
System Red Green Blue C M Y K H S L
Decimal 136 79 117 0 0.42 0.14 0.47 320 0.27 0.42
Hex 88 4F 75 0 2A E 2F 140 1B 2A
Octal 210 117 165 0 52 16 57 500 33 52
Binary 10001000 1001111 1110101 0 101010 1110 101111 101000000 11011 101010

Color Harmonies of #884F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884F75

Black with #884F75

Text Example


Text Example

White with #884F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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