Html Css Color HEX #844765 Cosmic

📋 copy color: '#844765'

red 132 ◦ green 71 ◦ blue 101

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

Shades of Cosmic #844765

Tints of Cosmic #844765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 33.22%

R = 43.42%
G = 23.36%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#844765 (or 0x844765) is known color: Cosmic. HEX triplet: 84, 47 and 65. RGB value is (132,71,101). Sum of RGB (Red+Green+Blue) = 132+71+101=304 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.42% from 304); Green value is 71 (28.12% from 255 or 23.36% from 304); Blue value is 101 (39.84% from 255 or 33.22% from 304); Max value from RGB is 132 - color contains mainly: red. Hex color #844765 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844765 is #7BB89A. Grayscale: #5C5C5C. Windows color (decimal): -8108187 or 6637444. OLE color: 6637444.

HSL color Cylindrical-coordinate representation of color #844765: hue angle of 330.49º 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 #844765 is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 71 101 -
CMYK 0 0.46 0.23 0.48
HSL 330.49º 0.3% 0.4% -
HSV(B) 330.49º 0.46% 0.52% -
XYZ 14.12 10.35 13.57 -
YUV 92.66 132.71 156.06 -
System Red Green Blue C M Y K H S L
Decimal 132 71 101 0 0.46 0.23 0.48 330.49 0.3 0.4
Hex 84 47 65 0 2E 17 30 14A 1E 28
Octal 204 107 145 0 56 27 60 512 36 50
Binary 10000100 1000111 1100101 0 101110 10111 110000 101001010 11110 101000

Color Harmonies of #844765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844765

Black with #844765

Text Example


Text Example

White with #844765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844765; }

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

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

background-color css

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

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

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

border-color css

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

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

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