#7B5B64

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

Shades of Cosmic #7B5B64

Tints of Cosmic #7B5B64

Color information

#7B5B64 (or 0x7B5B64) is unknown color: approx Cosmic. HEX triplet: 7B, 5B and 64. RGB value is (123,91,100). Sum of RGB (Red+Green+Blue) = 123+91+100=314 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.17% from 314); Green value is 91 (35.94% from 255 or 28.98% from 314); Blue value is 100 (39.45% from 255 or 31.85% from 314); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5B64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5B64 is #84A49B. Grayscale: #656565. Windows color (decimal): -8692892 or 6577019. OLE color: 6577019.

HSL color Cylindrical-coordinate representation of color #7B5B64: hue angle of 343.12º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7B5B64 is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.52.

Color convert

RGB12391100-
CMYK00.260.190.52
HSL343.12º14.95%41.96%-
HSV(B)343.12º26.02%48.24%-
XYZ14.2112.6113.74-
YUV101.59127.1143.27-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 39.17%
GREEN value IS 91 (35.94% from 255) = 28.98%
BLUE value IS 100 (39.45% from 255) = 31.85%
R=39.17%
G=28.98%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.19
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1239110000.260.190.52343.1214.9541.96
Hex7B5B6401A1334157f2a
Octal17313314403223645271752
Binary111101110110111100100011010100111101001010101111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B5B64; }

 p { color: rgb(123,91,100); }

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

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

 a { background-color: rgb(123,91,100); }

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

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

 span { border-color: rgb(123,91,100); }

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