#884765

Color #884765 Cosmic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cosmic #884765

Tints of Cosmic #884765

Color information

#884765 (or 0x884765) is unknown color: approx Cosmic. HEX triplet: 88, 47 and 65. RGB value is (136,71,101). Sum of RGB (Red+Green+Blue) = 136+71+101=308 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.16% from 308); Green value is 71 (28.12% from 255 or 23.05% from 308); Blue value is 101 (39.84% from 255 or 32.79% from 308); Max value from RGB is 136 - color contains mainly: red. Hex color #884765 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884765 is #77B89A. Grayscale: #5D5D5D. Windows color (decimal): -7846043 or 6637448. OLE color: 6637448.

HSL color Cylindrical-coordinate representation of color #884765: hue angle of 332.31º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #884765 is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB13671101-
CMYK00.480.260.47
HSL332.31º31.4%40.59%-
HSV(B)332.31º47.79%53.33%-
XYZ14.7610.6813.6-
YUV93.86132.03158.06-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.16%
GREEN value IS 71 (28.12% from 255) = 23.05%
BLUE value IS 101 (39.84% from 255) = 32.79%
R=44.16%
G=23.05%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1367110100.480.260.47332.3131.440.59
Hex8847650301A2F14c1f29
Octal21010714506032575143751
Binary100010001000111110010101100001101010111110100110011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884765; }

 p { color: rgb(136,71,101); }

 H1.HeaderClassName
 {
   color: #884765;
 }
 .AnyTagClassName
 {
   color: #884765;
 }
</style>
background-color css

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

 a { background-color: rgb(136,71,101); }

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

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

 span { border-color: rgb(136,71,101); }

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