#763D65

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

Shades of Cosmic #763D65

Tints of Cosmic #763D65

Color information

#763D65 (or 0x763D65) is unknown color: approx Cosmic. HEX triplet: 76, 3D and 65. RGB value is (118,61,101). Sum of RGB (Red+Green+Blue) = 118+61+101=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 61 (24.22% from 255 or 21.79% from 280); Blue value is 101 (39.84% from 255 or 36.07% from 280); Max value from RGB is 118 - color contains mainly: red. Hex color #763D65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763D65 is #89C29A. Grayscale: #525252. Windows color (decimal): -9028251 or 6634870. OLE color: 6634870.

HSL color Cylindrical-coordinate representation of color #763D65: hue angle of 317.89º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #763D65 is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB11861101-
CMYK00.480.140.54
HSL317.89º31.84%35.1%-
HSV(B)317.89º48.31%46.27%-
XYZ11.498.1313.28-
YUV82.6138.38153.25-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.14%
GREEN value IS 61 (24.22% from 255) = 21.79%
BLUE value IS 101 (39.84% from 255) = 36.07%
R=42.14%
G=21.79%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1186110100.480.140.54317.8931.8435.1
Hex763D65030E3613e2023
Octal1667514506016664764043
Binary1110110111101110010101100001110110110100111110100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763D65; }

 p { color: rgb(118,61,101); }

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

<style>
 a { background-color: #763D65; }

 a { background-color: rgb(118,61,101); }

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

<style>
 span { border-color: #763D65; }

 span { border-color: rgb(118,61,101); }

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