#765261

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

Shades of Cosmic #765261

Tints of Cosmic #765261

Color information

#765261 (or 0x765261) is unknown color: approx Cosmic. HEX triplet: 76, 52 and 61. RGB value is (118,82,97). Sum of RGB (Red+Green+Blue) = 118+82+97=297 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.73% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 97 (38.28% from 255 or 32.66% from 297); Max value from RGB is 118 - color contains mainly: red. Hex color #765261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765261 is #89AD9E. Grayscale: #5E5E5E. Windows color (decimal): -9022879 or 6378102. OLE color: 6378102.

HSL color Cylindrical-coordinate representation of color #765261: hue angle of 335º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #765261 is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB1188297-
CMYK00.310.180.54
HSL335º18%39.22%-
HSV(B)335º30.51%46.27%-
XYZ12.6510.7512.72-
YUV94.47129.43144.78-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.73%
GREEN value IS 82 (32.42% from 255) = 27.61%
BLUE value IS 97 (38.28% from 255) = 32.66%
R=39.73%
G=27.61%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118829700.310.180.543351839.22
Hex76526101F123614f1227
Octal16612214103722665172247
Binary1110110101001011000010111111001011011010100111110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765261; }

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

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

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

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

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

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

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

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