#765C6A

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

Shades of Cosmic #765C6A

Tints of Cosmic #765C6A

Color information

#765C6A (or 0x765C6A) is unknown color: approx Cosmic. HEX triplet: 76, 5C and 6A. RGB value is (118,92,106). Sum of RGB (Red+Green+Blue) = 118+92+106=316 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.34% from 316); Green value is 92 (36.33% from 255 or 29.11% from 316); Blue value is 106 (41.80% from 255 or 33.54% from 316); Max value from RGB is 118 - color contains mainly: red. Hex color #765C6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765C6A is #89A395. Grayscale: #656565. Windows color (decimal): -9020310 or 6970486. OLE color: 6970486.

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

Color convert

RGB11892106-
CMYK00.220.100.54
HSL327.69º12.38%41.18%-
HSV(B)327.69º22.03%46.27%-
XYZ13.912.5515.32-
YUV101.37130.61139.86-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.34%
GREEN value IS 92 (36.33% from 255) = 29.11%
BLUE value IS 106 (41.80% from 255) = 33.54%
R=37.34%
G=29.11%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1189210600.220.100.54327.6912.3841.18
Hex765C6A016A36148c29
Octal16613415202612665101451
Binary11101101011100110101001011010101101101010010001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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