#764567

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

Shades of Cosmic #764567

Tints of Cosmic #764567

Color information

#764567 (or 0x764567) is unknown color: approx Cosmic. HEX triplet: 76, 45 and 67. RGB value is (118,69,103). Sum of RGB (Red+Green+Blue) = 118+69+103=290 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.69% from 290); Green value is 69 (27.34% from 255 or 23.79% from 290); Blue value is 103 (40.62% from 255 or 35.52% from 290); Max value from RGB is 118 - color contains mainly: red. Hex color #764567 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764567 is #89BA98. Grayscale: #575757. Windows color (decimal): -9026201 or 6767990. OLE color: 6767990.

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

Color convert

RGB11869103-
CMYK00.420.130.54
HSL318.37º26.2%36.67%-
HSV(B)318.37º41.53%46.27%-
XYZ12.059.0913.95-
YUV87.53136.73149.74-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.69%
GREEN value IS 69 (27.34% from 255) = 23.79%
BLUE value IS 103 (40.62% from 255) = 35.52%
R=40.69%
G=23.79%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.13
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1186910300.420.130.54318.3726.236.67
Hex76456702AD3613e1a25
Octal16610514705215664763245
Binary1110110100010111001110101010110111011010011111011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764567; }

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

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

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

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

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

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

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

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