Html Css Color HEX #7B5463 Cosmic

📋 copy color: '#7B5463'

red 123 ◦ green 84 ◦ blue 99

#7B5463
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cosmic #7B5463

Tints of Cosmic #7B5463

RGB

 RED value IS 123 (48.44% from 255) = 40.2%

 GREEN value IS 84 (33.2% from 255) = 27.45%

 BLUE value IS 99 (39.06% from 255) = 32.35%

R = 40.2%
G = 27.45%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.20

 K value IS 0.52

RGB Variations

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

Color information

#7B5463 (or 0x7B5463) is known color: Cosmic. HEX triplet: 7B, 54 and 63. RGB value is (123,84,99). Sum of RGB (Red+Green+Blue) = 123+84+99=306 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.20% from 306); Green value is 84 (33.20% from 255 or 27.45% from 306); Blue value is 99 (39.06% from 255 or 32.35% from 306); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5463 is #84AB9C. Grayscale: #616161. Windows color (decimal): -8694685 or 6509691. OLE color: 6509691.

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

Color convert

RGB 123 84 99 -
CMYK 0 0.32 0.20 0.52
HSL 336.92º 0.19% 0.41% -
HSV(B) 336.92º 0.32% 0.48% -
XYZ 13.59 11.45 13.3 -
YUV 97.37 128.92 146.28 -
System Red Green Blue C M Y K H S L
Decimal 123 84 99 0 0.32 0.20 0.52 336.92 0.19 0.41
Hex 7B 54 63 0 20 14 34 151 13 29
Octal 173 124 143 0 40 24 64 521 23 51
Binary 1111011 1010100 1100011 0 100000 10100 110100 101010001 10011 101001

Color Harmonies of #7B5463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5463

Black with #7B5463

Text Example


Text Example

White with #7B5463

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,84,99); }

 H1.HeaderClassName
 {
   color: #7B5463;
 }
 .AnyTagClassName
 {
   color: #7B5463;
 }
</style>

background-color css

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

 a { background-color: rgb(123,84,99); }

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

border-color css

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

 span { border-color: rgb(123,84,99); }

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