#7B5C67

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

Shades of Cosmic #7B5C67

Tints of Cosmic #7B5C67

Color information

#7B5C67 (or 0x7B5C67) is unknown color: approx Cosmic. HEX triplet: 7B, 5C and 67. RGB value is (123,92,103). Sum of RGB (Red+Green+Blue) = 123+92+103=318 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.68% from 318); Green value is 92 (36.33% from 255 or 28.93% from 318); Blue value is 103 (40.62% from 255 or 32.39% from 318); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5C67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5C67 is #84A398. Grayscale: #666666. Windows color (decimal): -8692633 or 6773883. OLE color: 6773883.

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

Color convert

RGB12392103-
CMYK00.250.160.52
HSL338.71º14.42%42.16%-
HSV(B)338.71º25.2%48.24%-
XYZ14.4412.8414.55-
YUV102.52128.27142.61-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 38.68%
GREEN value IS 92 (36.33% from 255) = 28.93%
BLUE value IS 103 (40.62% from 255) = 32.39%
R=38.68%
G=28.93%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1239210300.250.160.52338.7114.4242.16
Hex7B5C670191034153e2a
Octal17313414703120645231652
Binary111101110111001100111011001100001101001010100111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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