#765B6A

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

Shades of Cosmic #765B6A

Tints of Cosmic #765B6A

Color information

#765B6A (or 0x765B6A) is unknown color: approx Cosmic. HEX triplet: 76, 5B and 6A. RGB value is (118,91,106). Sum of RGB (Red+Green+Blue) = 118+91+106=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 91 (35.94% from 255 or 28.89% from 315); Blue value is 106 (41.80% from 255 or 33.65% from 315); Max value from RGB is 118 - color contains mainly: red. Hex color #765B6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765B6A is #89A495. Grayscale: #646464. Windows color (decimal): -9020566 or 6970230. OLE color: 6970230.

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

Color convert

RGB11891106-
CMYK00.230.100.54
HSL326.67º12.92%40.98%-
HSV(B)326.67º22.88%46.27%-
XYZ13.8112.3715.3-
YUV100.78130.95140.28-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.46%
GREEN value IS 91 (35.94% from 255) = 28.89%
BLUE value IS 106 (41.80% from 255) = 33.65%
R=37.46%
G=28.89%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1189110600.230.100.54326.6712.9240.98
Hex765B6A017A36147d29
Octal16613315202712665071551
Binary11101101011011110101001011110101101101010001111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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