#834C72

Color #834C72 Cosmic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cosmic #834C72

Tints of Cosmic #834C72

Color information

#834C72 (or 0x834C72) is unknown color: approx Cosmic. HEX triplet: 83, 4C and 72. RGB value is (131,76,114). Sum of RGB (Red+Green+Blue) = 131+76+114=321 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.81% from 321); Green value is 76 (30.08% from 255 or 23.68% from 321); Blue value is 114 (44.92% from 255 or 35.51% from 321); Max value from RGB is 131 - color contains mainly: red. Hex color #834C72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834C72 is #7CB38D. Grayscale: #606060. Windows color (decimal): -8172430 or 7490691. OLE color: 7490691.

HSL color Cylindrical-coordinate representation of color #834C72: hue angle of 318.55º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #834C72 is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB13176114-
CMYK00.420.130.49
HSL318.55º26.57%40.59%-
HSV(B)318.55º41.98%51.37%-
XYZ14.9811.2117.29-
YUV96.78137.72152.41-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.81%
GREEN value IS 76 (30.08% from 255) = 23.68%
BLUE value IS 114 (44.92% from 255) = 35.51%
R=40.81%
G=23.68%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1317611400.420.130.49318.5526.5740.59
Hex834C7202AD3113f1b29
Octal20311416205215614773351
Binary10000011100110011100100101010110111000110011111111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834C72; }

 p { color: rgb(131,76,114); }

 H1.HeaderClassName
 {
   color: #834C72;
 }
 .AnyTagClassName
 {
   color: #834C72;
 }
</style>
background-color css

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

 a { background-color: rgb(131,76,114); }

 div.DivClassName
 {
   background-color: #834C72;
 }
 .BgClassName
 {
   background-color: #834C72;
 }
</style>
border-color css

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

 span { border-color: rgb(131,76,114); }

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