Html Css Color HEX #825773 Cosmic

📋 copy color: '#825773'

red 130 ◦ green 87 ◦ blue 115

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

Shades of Cosmic #825773

Tints of Cosmic #825773

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.2%

 BLUE value IS 115 (45.31% from 255) = 34.64%

R = 39.16%
G = 26.2%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#825773 (or 0x825773) is known color: Cosmic. HEX triplet: 82, 57 and 73. RGB value is (130,87,115). Sum of RGB (Red+Green+Blue) = 130+87+115=332 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.16% from 332); Green value is 87 (34.38% from 255 or 26.20% from 332); Blue value is 115 (45.31% from 255 or 34.64% from 332); Max value from RGB is 130 - color contains mainly: red. Hex color #825773 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825773 is #7DA88C. Grayscale: #666666. Windows color (decimal): -8235149 or 7559042. OLE color: 7559042.

HSL color Cylindrical-coordinate representation of color #825773: hue angle of 320.93º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #825773 is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 87 115 -
CMYK 0 0.33 0.12 0.49
HSL 320.93º 0.2% 0.43% -
HSV(B) 320.93º 0.33% 0.51% -
XYZ 15.71 12.8 17.86 -
YUV 103.05 134.75 147.22 -
System Red Green Blue C M Y K H S L
Decimal 130 87 115 0 0.33 0.12 0.49 320.93 0.2 0.43
Hex 82 57 73 0 21 C 31 141 14 2B
Octal 202 127 163 0 41 14 61 501 24 53
Binary 10000010 1010111 1110011 0 100001 1100 110001 101000001 10100 101011

Color Harmonies of #825773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825773

Black with #825773

Text Example


Text Example

White with #825773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825773; }

 p { color: rgb(130,87,115); }

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

background-color css

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

 a { background-color: rgb(130,87,115); }

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

border-color css

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

 span { border-color: rgb(130,87,115); }

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