#765C69

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

Shades of Cosmic #765C69

Tints of Cosmic #765C69

Color information

#765C69 (or 0x765C69) is unknown color: approx Cosmic. HEX triplet: 76, 5C and 69. RGB value is (118,92,105). Sum of RGB (Red+Green+Blue) = 118+92+105=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 92 (36.33% from 255 or 29.21% from 315); Blue value is 105 (41.41% from 255 or 33.33% from 315); Max value from RGB is 118 - color contains mainly: red. Hex color #765C69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765C69 is #89A396. Grayscale: #656565. Windows color (decimal): -9020311 or 6904950. OLE color: 6904950.

HSL color Cylindrical-coordinate representation of color #765C69: hue angle of 330º 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 #765C69 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB11892105-
CMYK00.220.110.54
HSL330º12.38%41.18%-
HSV(B)330º22.03%46.27%-
XYZ13.8512.5315.05-
YUV101.26130.11139.94-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.46%
GREEN value IS 92 (36.33% from 255) = 29.21%
BLUE value IS 105 (41.41% from 255) = 33.33%
R=37.46%
G=29.21%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1189210500.220.110.5433012.3841.18
Hex765C69016B3614ac29
Octal16613415102613665121451
Binary11101101011100110100101011010111101101010010101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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