Html Css Color HEX #884B74 Cosmic

📋 copy color: '#884B74'

red 136 ◦ green 75 ◦ blue 116

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

Shades of Cosmic #884B74

Tints of Cosmic #884B74

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.94%

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

R = 41.59%
G = 22.94%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#884B74 (or 0x884B74) is known color: Cosmic. HEX triplet: 88, 4B and 74. RGB value is (136,75,116). Sum of RGB (Red+Green+Blue) = 136+75+116=327 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.59% from 327); Green value is 75 (29.69% from 255 or 22.94% from 327); Blue value is 116 (45.70% from 255 or 35.47% from 327); Max value from RGB is 136 - color contains mainly: red. Hex color #884B74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884B74 is #77B48B. Grayscale: #616161. Windows color (decimal): -7845004 or 7621512. OLE color: 7621512.

HSL color Cylindrical-coordinate representation of color #884B74: hue angle of 319.67º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #884B74 is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 75 116 -
CMYK 0 0.45 0.15 0.47
HSL 319.67º 0.29% 0.41% -
HSV(B) 319.67º 0.45% 0.53% -
XYZ 15.82 11.53 17.91 -
YUV 97.91 138.21 155.17 -
System Red Green Blue C M Y K H S L
Decimal 136 75 116 0 0.45 0.15 0.47 319.67 0.29 0.41
Hex 88 4B 74 0 2D F 2F 140 1D 29
Octal 210 113 164 0 55 17 57 500 35 51
Binary 10001000 1001011 1110100 0 101101 1111 101111 101000000 11101 101001

Color Harmonies of #884B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884B74

Black with #884B74

Text Example


Text Example

White with #884B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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