Html Css Color HEX #884A70 Cosmic

📋 copy color: '#884A70'

red 136 ◦ green 74 ◦ blue 112

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

Shades of Cosmic #884A70

Tints of Cosmic #884A70

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.98%

 BLUE value IS 112 (44.14% from 255) = 34.78%

R = 42.24%
G = 22.98%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#884A70 (or 0x884A70) is known color: Cosmic. HEX triplet: 88, 4A and 70. RGB value is (136,74,112). Sum of RGB (Red+Green+Blue) = 136+74+112=322 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.24% from 322); Green value is 74 (29.30% from 255 or 22.98% from 322); Blue value is 112 (44.14% from 255 or 34.78% from 322); Max value from RGB is 136 - color contains mainly: red. Hex color #884A70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884A70 is #77B58F. Grayscale: #606060. Windows color (decimal): -7845264 or 7359112. OLE color: 7359112.

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

Color convert

RGB 136 74 112 -
CMYK 0 0.46 0.18 0.47
HSL 323.23º 0.3% 0.41% -
HSV(B) 323.23º 0.46% 0.53% -
XYZ 15.53 11.3 16.69 -
YUV 96.87 136.54 155.91 -
System Red Green Blue C M Y K H S L
Decimal 136 74 112 0 0.46 0.18 0.47 323.23 0.3 0.41
Hex 88 4A 70 0 2E 12 2F 143 1E 29
Octal 210 112 160 0 56 22 57 503 36 51
Binary 10001000 1001010 1110000 0 101110 10010 101111 101000011 11110 101001

Color Harmonies of #884A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884A70

Black with #884A70

Text Example


Text Example

White with #884A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,74,112); }

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

background-color css

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

 a { background-color: rgb(136,74,112); }

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

border-color css

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

 span { border-color: rgb(136,74,112); }

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