#764167

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

Shades of Cosmic #764167

Tints of Cosmic #764167

Color information

#764167 (or 0x764167) is unknown color: approx Cosmic. HEX triplet: 76, 41 and 67. RGB value is (118,65,103). Sum of RGB (Red+Green+Blue) = 118+65+103=286 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.26% from 286); Green value is 65 (25.78% from 255 or 22.73% from 286); Blue value is 103 (40.62% from 255 or 36.01% from 286); Max value from RGB is 118 - color contains mainly: red. Hex color #764167 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764167 is #89BE98. Grayscale: #555555. Windows color (decimal): -9027225 or 6766966. OLE color: 6766966.

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

Color convert

RGB11865103-
CMYK00.450.130.54
HSL316.98º28.96%35.88%-
HSV(B)316.98º44.92%46.27%-
XYZ11.818.6113.87-
YUV85.18138.06151.41-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.26%
GREEN value IS 65 (25.78% from 255) = 22.73%
BLUE value IS 103 (40.62% from 255) = 36.01%
R=41.26%
G=22.73%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.13
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1186510300.450.130.54316.9828.9635.88
Hex76416702DD3613d1d24
Octal16610114705515664753544
Binary1110110100000111001110101101110111011010011110111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764167; }

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

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

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

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

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

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

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

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