#764667

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

Shades of Cosmic #764667

Tints of Cosmic #764667

Color information

#764667 (or 0x764667) is unknown color: approx Cosmic. HEX triplet: 76, 46 and 67. RGB value is (118,70,103). Sum of RGB (Red+Green+Blue) = 118+70+103=291 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.55% from 291); Green value is 70 (27.73% from 255 or 24.05% from 291); Blue value is 103 (40.62% from 255 or 35.40% from 291); Max value from RGB is 118 - color contains mainly: red. Hex color #764667 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764667 is #89B998. Grayscale: #585858. Windows color (decimal): -9025945 or 6768246. OLE color: 6768246.

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

Color convert

RGB11870103-
CMYK00.410.130.54
HSL318.75º25.53%36.86%-
HSV(B)318.75º40.68%46.27%-
XYZ12.119.2113.97-
YUV88.11136.4149.32-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.55%
GREEN value IS 70 (27.73% from 255) = 24.05%
BLUE value IS 103 (40.62% from 255) = 35.40%
R=40.55%
G=24.05%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.13
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1187010300.410.130.54318.7525.5336.86
Hex764667029D3613f1a25
Octal16610614705115664773245
Binary1110110100011011001110101001110111011010011111111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764667; }

 p { color: rgb(118,70,103); }

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

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

 a { background-color: rgb(118,70,103); }

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

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

 span { border-color: rgb(118,70,103); }

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