#7B4A67

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

Shades of Cosmic #7B4A67

Tints of Cosmic #7B4A67

Color information

#7B4A67 (or 0x7B4A67) is unknown color: approx Cosmic. HEX triplet: 7B, 4A and 67. RGB value is (123,74,103). Sum of RGB (Red+Green+Blue) = 123+74+103=300 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41% from 300); Green value is 74 (29.30% from 255 or 24.67% from 300); Blue value is 103 (40.62% from 255 or 34.33% from 300); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4A67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B4A67 is #84B598. Grayscale: #5B5B5B. Windows color (decimal): -8697241 or 6769275. OLE color: 6769275.

HSL color Cylindrical-coordinate representation of color #7B4A67: hue angle of 324.49º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7B4A67 is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.52.

Color convert

RGB12374103-
CMYK00.400.160.52
HSL324.49º24.87%38.63%-
HSV(B)324.49º39.84%48.24%-
XYZ13.0710.0914.09-
YUV91.96134.23150.14-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 41%
GREEN value IS 74 (29.30% from 255) = 24.67%
BLUE value IS 103 (40.62% from 255) = 34.33%
R=41%
G=24.67%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.16
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1237410300.400.160.52324.4924.8738.63
Hex7B4A6702810341441927
Octal17311214705020645043147
Binary11110111001010110011101010001000011010010100010011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,74,103); }

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

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

 a { background-color: rgb(123,74,103); }

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

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

 span { border-color: rgb(123,74,103); }

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