Html Css Color HEX #844768 Cosmic

📋 copy color: '#844768'

red 132 ◦ green 71 ◦ blue 104

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

Shades of Cosmic #844768

Tints of Cosmic #844768

RGB

 RED value IS 132 (51.95% from 255) = 43%

 GREEN value IS 71 (28.13% from 255) = 23.13%

 BLUE value IS 104 (41.02% from 255) = 33.88%

R = 43%
G = 23.13%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#844768 (or 0x844768) is known color: Cosmic. HEX triplet: 84, 47 and 68. RGB value is (132,71,104). Sum of RGB (Red+Green+Blue) = 132+71+104=307 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.00% from 307); Green value is 71 (28.12% from 255 or 23.13% from 307); Blue value is 104 (41.02% from 255 or 33.88% from 307); Max value from RGB is 132 - color contains mainly: red. Hex color #844768 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844768 is #7BB897. Grayscale: #5C5C5C. Windows color (decimal): -8108184 or 6834052. OLE color: 6834052.

HSL color Cylindrical-coordinate representation of color #844768: hue angle of 327.54º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #844768 is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 71 104 -
CMYK 0 0.46 0.21 0.48
HSL 327.54º 0.3% 0.4% -
HSV(B) 327.54º 0.46% 0.52% -
XYZ 14.27 10.41 14.35 -
YUV 93 134.21 155.82 -
System Red Green Blue C M Y K H S L
Decimal 132 71 104 0 0.46 0.21 0.48 327.54 0.3 0.4
Hex 84 47 68 0 2E 15 30 148 1E 28
Octal 204 107 150 0 56 25 60 510 36 50
Binary 10000100 1000111 1101000 0 101110 10101 110000 101001000 11110 101000

Color Harmonies of #844768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844768

Black with #844768

Text Example


Text Example

White with #844768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844768; }

 p { color: rgb(132,71,104); }

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

background-color css

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

 a { background-color: rgb(132,71,104); }

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

border-color css

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

 span { border-color: rgb(132,71,104); }

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