Html Css Color HEX #884274 Cosmic

📋 copy color: '#884274'

red 136 ◦ green 66 ◦ blue 116

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

Shades of Cosmic #884274

Tints of Cosmic #884274

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.75%

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

R = 42.77%
G = 20.75%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#884274 (or 0x884274) is known color: Cosmic. HEX triplet: 88, 42 and 74. RGB value is (136,66,116). Sum of RGB (Red+Green+Blue) = 136+66+116=318 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.77% from 318); Green value is 66 (26.17% from 255 or 20.75% from 318); Blue value is 116 (45.70% from 255 or 36.48% from 318); Max value from RGB is 136 - color contains mainly: red. Hex color #884274 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884274 is #77BD8B. Grayscale: #5C5C5C. Windows color (decimal): -7847308 or 7619208. OLE color: 7619208.

HSL color Cylindrical-coordinate representation of color #884274: hue angle of 317.14º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #884274 is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 66 116 -
CMYK 0 0.51 0.15 0.47
HSL 317.14º 0.35% 0.4% -
HSV(B) 317.14º 0.51% 0.53% -
XYZ 15.25 10.39 17.72 -
YUV 92.63 141.19 158.93 -
System Red Green Blue C M Y K H S L
Decimal 136 66 116 0 0.51 0.15 0.47 317.14 0.35 0.4
Hex 88 42 74 0 33 F 2F 13D 23 28
Octal 210 102 164 0 63 17 57 475 43 50
Binary 10001000 1000010 1110100 0 110011 1111 101111 100111101 100011 101000

Color Harmonies of #884274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884274

Black with #884274

Text Example


Text Example

White with #884274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884274; }

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

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

background-color css

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

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

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

border-color css

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

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

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