Html Css Color HEX #815672 Cosmic

📋 copy color: '#815672'

red 129 ◦ green 86 ◦ blue 114

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

Shades of Cosmic #815672

Tints of Cosmic #815672

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.14%

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

R = 39.21%
G = 26.14%
B = 34.65%

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

#815672 (or 0x815672) is known color: Cosmic. HEX triplet: 81, 56 and 72. RGB value is (129,86,114). Sum of RGB (Red+Green+Blue) = 129+86+114=329 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.21% from 329); Green value is 86 (33.98% from 255 or 26.14% from 329); Blue value is 114 (44.92% from 255 or 34.65% from 329); Max value from RGB is 129 - color contains mainly: red. Hex color #815672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815672 is #7EA98D. Grayscale: #656565. Windows color (decimal): -8300942 or 7493249. OLE color: 7493249.

HSL color Cylindrical-coordinate representation of color #815672: hue angle of 320.93º degrees, saturation: 0.2, 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 #815672 is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 86 114 -
CMYK 0 0.33 0.12 0.49
HSL 320.93º 0.2% 0.42% -
HSV(B) 320.93º 0.33% 0.51% -
XYZ 15.42 12.54 17.53 -
YUV 102.05 134.75 147.22 -
System Red Green Blue C M Y K H S L
Decimal 129 86 114 0 0.33 0.12 0.49 320.93 0.2 0.42
Hex 81 56 72 0 21 C 31 141 14 2A
Octal 201 126 162 0 41 14 61 501 24 52
Binary 10000001 1010110 1110010 0 100001 1100 110001 101000001 10100 101010

Color Harmonies of #815672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815672

Black with #815672

Text Example


Text Example

White with #815672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815672; }

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

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

background-color css

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

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

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

border-color css

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

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

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