Html Css Color HEX #815772 Cosmic

📋 copy color: '#815772'

red 129 ◦ green 87 ◦ blue 114

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

Shades of Cosmic #815772

Tints of Cosmic #815772

RGB

 RED value IS 129 (50.78% from 255) = 39.09%

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

 BLUE value IS 114 (44.92% from 255) = 34.55%

R = 39.09%
G = 26.36%
B = 34.55%

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

#815772 (or 0x815772) is known color: Cosmic. HEX triplet: 81, 57 and 72. RGB value is (129,87,114). Sum of RGB (Red+Green+Blue) = 129+87+114=330 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.09% from 330); Green value is 87 (34.38% from 255 or 26.36% from 330); Blue value is 114 (44.92% from 255 or 34.55% from 330); Max value from RGB is 129 - color contains mainly: red. Hex color #815772 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815772 is #7EA88D. Grayscale: #666666. Windows color (decimal): -8300686 or 7493505. OLE color: 7493505.

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

Color convert

RGB 129 87 114 -
CMYK 0 0.33 0.12 0.49
HSL 321.43º 0.19% 0.42% -
HSV(B) 321.43º 0.33% 0.51% -
XYZ 15.5 12.7 17.55 -
YUV 102.64 134.41 146.8 -
System Red Green Blue C M Y K H S L
Decimal 129 87 114 0 0.33 0.12 0.49 321.43 0.19 0.42
Hex 81 57 72 0 21 C 31 141 13 2A
Octal 201 127 162 0 41 14 61 501 23 52
Binary 10000001 1010111 1110010 0 100001 1100 110001 101000001 10011 101010

Color Harmonies of #815772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815772

Black with #815772

Text Example


Text Example

White with #815772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815772; }

 p { color: rgb(129,87,114); }

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

background-color css

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

 a { background-color: rgb(129,87,114); }

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

border-color css

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

 span { border-color: rgb(129,87,114); }

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