Html Css Color HEX #824764 Cosmic

📋 copy color: '#824764'

red 130 ◦ green 71 ◦ blue 100

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

Shades of Cosmic #824764

Tints of Cosmic #824764

RGB

 RED value IS 130 (51.17% from 255) = 43.19%

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

 BLUE value IS 100 (39.45% from 255) = 33.22%

R = 43.19%
G = 23.59%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#824764 (or 0x824764) is known color: Cosmic. HEX triplet: 82, 47 and 64. RGB value is (130,71,100). Sum of RGB (Red+Green+Blue) = 130+71+100=301 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.19% from 301); Green value is 71 (28.12% from 255 or 23.59% from 301); Blue value is 100 (39.45% from 255 or 33.22% from 301); Max value from RGB is 130 - color contains mainly: red. Hex color #824764 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824764 is #7DB89B. Grayscale: #5B5B5B. Windows color (decimal): -8239260 or 6571906. OLE color: 6571906.

HSL color Cylindrical-coordinate representation of color #824764: hue angle of 330.51º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #824764 is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 71 100 -
CMYK 0 0.45 0.23 0.49
HSL 330.51º 0.29% 0.39% -
HSV(B) 330.51º 0.45% 0.51% -
XYZ 13.76 10.17 13.29 -
YUV 91.95 132.55 155.14 -
System Red Green Blue C M Y K H S L
Decimal 130 71 100 0 0.45 0.23 0.49 330.51 0.29 0.39
Hex 82 47 64 0 2D 17 31 14B 1D 27
Octal 202 107 144 0 55 27 61 513 35 47
Binary 10000010 1000111 1100100 0 101101 10111 110001 101001011 11101 100111

Color Harmonies of #824764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824764

Black with #824764

Text Example


Text Example

White with #824764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824764; }

 p { color: rgb(130,71,100); }

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

background-color css

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

 a { background-color: rgb(130,71,100); }

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

border-color css

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

 span { border-color: rgb(130,71,100); }

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