#77526B

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

Shades of Cosmic #77526B

Tints of Cosmic #77526B

Color information

#77526B (or 0x77526B) is unknown color: approx Cosmic. HEX triplet: 77, 52 and 6B. RGB value is (119,82,107). Sum of RGB (Red+Green+Blue) = 119+82+107=308 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.64% from 308); Green value is 82 (32.42% from 255 or 26.62% from 308); Blue value is 107 (42.19% from 255 or 34.74% from 308); Max value from RGB is 119 - color contains mainly: red. Hex color #77526B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77526B is #88AD94. Grayscale: #5F5F5F. Windows color (decimal): -8957333 or 7033463. OLE color: 7033463.

HSL color Cylindrical-coordinate representation of color #77526B: hue angle of 319.46º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #77526B is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB11982107-
CMYK00.310.100.53
HSL319.46º18.41%39.41%-
HSV(B)319.46º31.09%46.67%-
XYZ13.2811.0215.34-
YUV95.91134.26144.47-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.64%
GREEN value IS 82 (32.42% from 255) = 26.62%
BLUE value IS 107 (42.19% from 255) = 34.74%
R=38.64%
G=26.62%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1198210700.310.100.53319.4618.4139.41
Hex77526B01FA3513f1227
Octal16712215303712654772247
Binary111011110100101101011011111101011010110011111110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77526B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77526B; }

 p { color: rgb(119,82,107); }

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

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

 a { background-color: rgb(119,82,107); }

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

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

 span { border-color: rgb(119,82,107); }

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