#765C6C

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

Shades of Cosmic #765C6C

Tints of Cosmic #765C6C

Color information

#765C6C (or 0x765C6C) is unknown color: approx Cosmic. HEX triplet: 76, 5C and 6C. RGB value is (118,92,108). Sum of RGB (Red+Green+Blue) = 118+92+108=318 (42% of max value = 765). Red value is 118 (46.48% from 255 or 37.11% from 318); Green value is 92 (36.33% from 255 or 28.93% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 118 - color contains mainly: red. Hex color #765C6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765C6C is #89A393. Grayscale: #656565. Windows color (decimal): -9020308 or 7101558. OLE color: 7101558.

HSL color Cylindrical-coordinate representation of color #765C6C: hue angle of 323.08º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #765C6C is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB11892108-
CMYK00.220.080.54
HSL323.08º12.38%41.18%-
HSV(B)323.08º22.03%46.27%-
XYZ14.0112.5915.88-
YUV101.6131.61139.7-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.11%
GREEN value IS 92 (36.33% from 255) = 28.93%
BLUE value IS 108 (42.58% from 255) = 33.96%
R=37.11%
G=28.93%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1189210800.220.080.54323.0812.3841.18
Hex765C6C016836143c29
Octal16613415402610665031451
Binary11101101011100110110001011010001101101010000111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765C6C; }

 p { color: rgb(118,92,108); }

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

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

 a { background-color: rgb(118,92,108); }

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

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

 span { border-color: rgb(118,92,108); }

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