Html Css Color HEX #884765 Cosmic

📋 copy color: '#884765'

red 136 ◦ green 71 ◦ blue 101

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

Shades of Cosmic #884765

Tints of Cosmic #884765

RGB

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

 GREEN value IS 71 (28.13% 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 value IS 0

 M value IS 0.48

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#884765 (or 0x884765) is known color: 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

RGB 136 71 101 -
CMYK 0 0.48 0.26 0.47
HSL 332.31º 0.31% 0.41% -
HSV(B) 332.31º 0.48% 0.53% -
XYZ 14.76 10.68 13.6 -
YUV 93.86 132.03 158.06 -
System Red Green Blue C M Y K H S L
Decimal 136 71 101 0 0.48 0.26 0.47 332.31 0.31 0.41
Hex 88 47 65 0 30 1A 2F 14C 1F 29
Octal 210 107 145 0 60 32 57 514 37 51
Binary 10001000 1000111 1100101 0 110000 11010 101111 101001100 11111 101001

Color Harmonies of #884765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884765

Black with #884765

Text Example


Text Example

White with #884765

Text Example


Text Example

HTML Codes & Css Web 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>