Html Css Color HEX #844467 Cosmic

📋 copy color: '#844467'

red 132 ◦ green 68 ◦ blue 103

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

Shades of Cosmic #844467

Tints of Cosmic #844467

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.44%

 BLUE value IS 103 (40.63% from 255) = 33.99%

R = 43.56%
G = 22.44%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#844467 (or 0x844467) is known color: Cosmic. HEX triplet: 84, 44 and 67. RGB value is (132,68,103). Sum of RGB (Red+Green+Blue) = 132+68+103=303 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.56% from 303); Green value is 68 (26.95% from 255 or 22.44% from 303); Blue value is 103 (40.62% from 255 or 33.99% from 303); Max value from RGB is 132 - color contains mainly: red. Hex color #844467 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844467 is #7BBB98. Grayscale: #5B5B5B. Windows color (decimal): -8108953 or 6767748. OLE color: 6767748.

HSL color Cylindrical-coordinate representation of color #844467: hue angle of 327.19º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #844467 is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 68 103 -
CMYK 0 0.48 0.22 0.48
HSL 327.19º 0.32% 0.39% -
HSV(B) 327.19º 0.48% 0.52% -
XYZ 14.03 10.02 14.03 -
YUV 91.13 134.7 157.15 -
System Red Green Blue C M Y K H S L
Decimal 132 68 103 0 0.48 0.22 0.48 327.19 0.32 0.39
Hex 84 44 67 0 30 16 30 147 20 27
Octal 204 104 147 0 60 26 60 507 40 47
Binary 10000100 1000100 1100111 0 110000 10110 110000 101000111 100000 100111

Color Harmonies of #844467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844467

Black with #844467

Text Example


Text Example

White with #844467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844467; }

 p { color: rgb(132,68,103); }

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

background-color css

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

 a { background-color: rgb(132,68,103); }

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

border-color css

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

 span { border-color: rgb(132,68,103); }

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