#7B3D69

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

Shades of Cosmic #7B3D69

Tints of Cosmic #7B3D69

Color information

#7B3D69 (or 0x7B3D69) is unknown color: approx Cosmic. HEX triplet: 7B, 3D and 69. RGB value is (123,61,105). Sum of RGB (Red+Green+Blue) = 123+61+105=289 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.56% from 289); Green value is 61 (24.22% from 255 or 21.11% from 289); Blue value is 105 (41.41% from 255 or 36.33% from 289); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3D69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B3D69 is #84C296. Grayscale: #545454. Windows color (decimal): -8700567 or 6897019. OLE color: 6897019.

HSL color Cylindrical-coordinate representation of color #7B3D69: hue angle of 317.42º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7B3D69 is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.52.

Color convert

RGB12361105-
CMYK00.500.150.52
HSL317.42º33.7%36.08%-
HSV(B)317.42º50.41%48.24%-
XYZ12.398.5714.37-
YUV84.55139.54155.42-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 42.56%
GREEN value IS 61 (24.22% from 255) = 21.11%
BLUE value IS 105 (41.41% from 255) = 36.33%
R=42.56%
G=21.11%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.15
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1236110500.500.150.52317.4233.736.08
Hex7B3D69032F3413d2224
Octal1737515106217644754244
Binary1111011111101110100101100101111110100100111101100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,61,105); }

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

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

 a { background-color: rgb(123,61,105); }

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

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

 span { border-color: rgb(123,61,105); }

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