#764261

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

Shades of Cosmic #764261

Tints of Cosmic #764261

Color information

#764261 (or 0x764261) is unknown color: approx Cosmic. HEX triplet: 76, 42 and 61. RGB value is (118,66,97). Sum of RGB (Red+Green+Blue) = 118+66+97=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 97 (38.28% from 255 or 34.52% from 281); Max value from RGB is 118 - color contains mainly: red. Hex color #764261 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764261 is #89BD9E. Grayscale: #555555. Windows color (decimal): -9026975 or 6374006. OLE color: 6374006.

HSL color Cylindrical-coordinate representation of color #764261: hue angle of 324.23º 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 #764261 is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB1186697-
CMYK00.440.180.54
HSL324.23º28.26%36.08%-
HSV(B)324.23º44.07%46.27%-
XYZ11.588.6112.36-
YUV85.08134.73151.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.99%
GREEN value IS 66 (26.17% from 255) = 23.49%
BLUE value IS 97 (38.28% from 255) = 34.52%
R=41.99%
G=23.49%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118669700.440.180.54324.2328.2636.08
Hex76426102C12361441c24
Octal16610214105422665043444
Binary11101101000010110000101011001001011011010100010011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764261; }

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

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

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

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

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

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

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

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