#765267

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

Shades of Cosmic #765267

Tints of Cosmic #765267

Color information

#765267 (or 0x765267) is unknown color: approx Cosmic. HEX triplet: 76, 52 and 67. RGB value is (118,82,103). Sum of RGB (Red+Green+Blue) = 118+82+103=303 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.94% from 303); Green value is 82 (32.42% from 255 or 27.06% from 303); Blue value is 103 (40.62% from 255 or 33.99% from 303); Max value from RGB is 118 - color contains mainly: red. Hex color #765267 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765267 is #89AD98. Grayscale: #5F5F5F. Windows color (decimal): -9022873 or 6771318. OLE color: 6771318.

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

Color convert

RGB11882103-
CMYK00.310.130.54
HSL325º18%39.22%-
HSV(B)325º30.51%46.27%-
XYZ12.9410.8714.25-
YUV95.16132.43144.29-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.94%
GREEN value IS 82 (32.42% from 255) = 27.06%
BLUE value IS 103 (40.62% from 255) = 33.99%
R=38.94%
G=27.06%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.13
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1188210300.310.130.543251839.22
Hex76526701FD361451227
Octal16612214703715665052247
Binary111011010100101100111011111110111011010100010110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765267; }

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

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

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

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

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

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

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

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