Html Css Color HEX #844667 Cosmic

📋 copy color: '#844667'

red 132 ◦ green 70 ◦ blue 103

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

Shades of Cosmic #844667

Tints of Cosmic #844667

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.95%

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

R = 43.28%
G = 22.95%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#844667 (or 0x844667) is known color: Cosmic. HEX triplet: 84, 46 and 67. RGB value is (132,70,103). Sum of RGB (Red+Green+Blue) = 132+70+103=305 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.28% from 305); Green value is 70 (27.73% from 255 or 22.95% from 305); Blue value is 103 (40.62% from 255 or 33.77% from 305); Max value from RGB is 132 - color contains mainly: red. Hex color #844667 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844667 is #7BB998. Grayscale: #5C5C5C. Windows color (decimal): -8108441 or 6768260. OLE color: 6768260.

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

Color convert

RGB 132 70 103 -
CMYK 0 0.47 0.22 0.48
HSL 328.06º 0.31% 0.4% -
HSV(B) 328.06º 0.47% 0.52% -
XYZ 14.15 10.27 14.07 -
YUV 92.3 134.04 156.32 -
System Red Green Blue C M Y K H S L
Decimal 132 70 103 0 0.47 0.22 0.48 328.06 0.31 0.4
Hex 84 46 67 0 2F 16 30 148 1F 28
Octal 204 106 147 0 57 26 60 510 37 50
Binary 10000100 1000110 1100111 0 101111 10110 110000 101001000 11111 101000

Color Harmonies of #844667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844667

Black with #844667

Text Example


Text Example

White with #844667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844667; }

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

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

background-color css

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

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

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

border-color css

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

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

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