#765569

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

Shades of Cosmic #765569

Tints of Cosmic #765569

Color information

#765569 (or 0x765569) is unknown color: approx Cosmic. HEX triplet: 76, 55 and 69. RGB value is (118,85,105). Sum of RGB (Red+Green+Blue) = 118+85+105=308 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.31% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 105 (41.41% from 255 or 34.09% from 308); Max value from RGB is 118 - color contains mainly: red. Hex color #765569 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765569 is #89AA96. Grayscale: #616161. Windows color (decimal): -9022103 or 6903158. OLE color: 6903158.

HSL color Cylindrical-coordinate representation of color #765569: hue angle of 323.64º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #765569 is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB11885105-
CMYK00.280.110.54
HSL323.64º16.26%39.8%-
HSV(B)323.64º27.97%46.27%-
XYZ13.2711.3714.86-
YUV97.15132.43142.87-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.31%
GREEN value IS 85 (33.59% from 255) = 27.60%
BLUE value IS 105 (41.41% from 255) = 34.09%
R=38.31%
G=27.60%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1188510500.280.110.54323.6416.2639.8
Hex76556901CB361441028
Octal16612515103413665042050
Binary111011010101011101001011100101111011010100010010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765569; }

 p { color: rgb(118,85,105); }

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

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

 a { background-color: rgb(118,85,105); }

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

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

 span { border-color: rgb(118,85,105); }

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