#764B69

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

Shades of Cosmic #764B69

Tints of Cosmic #764B69

Color information

#764B69 (or 0x764B69) is unknown color: approx Cosmic. HEX triplet: 76, 4B and 69. RGB value is (118,75,105). Sum of RGB (Red+Green+Blue) = 118+75+105=298 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.60% from 298); Green value is 75 (29.69% from 255 or 25.17% from 298); Blue value is 105 (41.41% from 255 or 35.23% from 298); Max value from RGB is 118 - color contains mainly: red. Hex color #764B69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764B69 is #89B496. Grayscale: #5B5B5B. Windows color (decimal): -9024663 or 6900598. OLE color: 6900598.

HSL color Cylindrical-coordinate representation of color #764B69: hue angle of 318.14º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #764B69 is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB11875105-
CMYK00.360.110.54
HSL318.14º22.28%37.84%-
HSV(B)318.14º36.44%46.27%-
XYZ12.549.914.62-
YUV91.28135.75147.06-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.60%
GREEN value IS 75 (29.69% from 255) = 25.17%
BLUE value IS 105 (41.41% from 255) = 35.23%
R=39.60%
G=25.17%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1187510500.360.110.54318.1422.2837.84
Hex764B69024B3613e1626
Octal16611315104413664762646
Binary1110110100101111010010100100101111011010011111010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764B69; }

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

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

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

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

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

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

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

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