#764269

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

Shades of Cosmic #764269

Tints of Cosmic #764269

Color information

#764269 (or 0x764269) is unknown color: approx Cosmic. HEX triplet: 76, 42 and 69. RGB value is (118,66,105). Sum of RGB (Red+Green+Blue) = 118+66+105=289 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.83% from 289); Green value is 66 (26.17% from 255 or 22.84% from 289); Blue value is 105 (41.41% from 255 or 36.33% from 289); Max value from RGB is 118 - color contains mainly: red. Hex color #764269 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764269 is #89BD96. Grayscale: #555555. Windows color (decimal): -9026967 or 6898294. OLE color: 6898294.

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

Color convert

RGB11866105-
CMYK00.440.110.54
HSL315º28.26%36.08%-
HSV(B)315º44.07%46.27%-
XYZ11.978.7714.43-
YUV85.99138.73150.83-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.83%
GREEN value IS 66 (26.17% from 255) = 22.84%
BLUE value IS 105 (41.41% from 255) = 36.33%
R=40.83%
G=22.84%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1186610500.440.110.5431528.2636.08
Hex76426902CB3613b1c24
Octal16610215105413664733444
Binary1110110100001011010010101100101111011010011101111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764269; }

 p { color: rgb(118,66,105); }

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

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

 a { background-color: rgb(118,66,105); }

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

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

 span { border-color: rgb(118,66,105); }

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