#764368

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

Shades of Cosmic #764368

Tints of Cosmic #764368

Color information

#764368 (or 0x764368) is unknown color: approx Cosmic. HEX triplet: 76, 43 and 68. RGB value is (118,67,104). Sum of RGB (Red+Green+Blue) = 118+67+104=289 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.83% from 289); Green value is 67 (26.56% from 255 or 23.18% from 289); Blue value is 104 (41.02% from 255 or 35.99% from 289); Max value from RGB is 118 - color contains mainly: red. Hex color #764368 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764368 is #89BC97. Grayscale: #565656. Windows color (decimal): -9026712 or 6833014. OLE color: 6833014.

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

Color convert

RGB11867104-
CMYK00.430.120.54
HSL316.47º27.57%36.27%-
HSV(B)316.47º43.22%46.27%-
XYZ11.988.8714.18-
YUV86.47137.9150.49-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.83%
GREEN value IS 67 (26.56% from 255) = 23.18%
BLUE value IS 104 (41.02% from 255) = 35.99%
R=40.83%
G=23.18%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.12
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1186710400.430.120.54316.4727.5736.27
Hex76436802BC3613c1c24
Octal16610315005314664743444
Binary1110110100001111010000101011110011011010011110011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764368; }

 p { color: rgb(118,67,104); }

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

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

 a { background-color: rgb(118,67,104); }

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

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

 span { border-color: rgb(118,67,104); }

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