Html Css Color HEX #844F67 Cosmic

📋 copy color: '#844F67'

red 132 ◦ green 79 ◦ blue 103

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

Shades of Cosmic #844F67

Tints of Cosmic #844F67

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.16%

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

R = 42.04%
G = 25.16%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#844F67 (or 0x844F67) is known color: Cosmic. HEX triplet: 84, 4F and 67. RGB value is (132,79,103). Sum of RGB (Red+Green+Blue) = 132+79+103=314 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.04% from 314); Green value is 79 (31.25% from 255 or 25.16% from 314); Blue value is 103 (40.62% from 255 or 32.80% from 314); Max value from RGB is 132 - color contains mainly: red. Hex color #844F67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #844F67 is #7BB098. Grayscale: #616161. Windows color (decimal): -8106137 or 6770564. OLE color: 6770564.

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

Color convert

RGB 132 79 103 -
CMYK 0 0.40 0.22 0.48
HSL 332.83º 0.25% 0.41% -
HSV(B) 332.83º 0.4% 0.52% -
XYZ 14.76 11.48 14.27 -
YUV 97.58 131.06 152.55 -
System Red Green Blue C M Y K H S L
Decimal 132 79 103 0 0.40 0.22 0.48 332.83 0.25 0.41
Hex 84 4F 67 0 28 16 30 14D 19 29
Octal 204 117 147 0 50 26 60 515 31 51
Binary 10000100 1001111 1100111 0 101000 10110 110000 101001101 11001 101001

Color Harmonies of #844F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844F67

Black with #844F67

Text Example


Text Example

White with #844F67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844F67; }

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

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

background-color css

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

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

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

border-color css

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

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

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