Html Css Color HEX #7B4560 Cosmic

📋 copy color: '#7B4560'

red 123 ◦ green 69 ◦ blue 96

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

Shades of Cosmic #7B4560

Tints of Cosmic #7B4560

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.96%

 BLUE value IS 96 (37.89% from 255) = 33.33%

R = 42.71%
G = 23.96%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.22

 K value IS 0.52

RGB Variations

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

Color information

#7B4560 (or 0x7B4560) is known color: Cosmic. HEX triplet: 7B, 45 and 60. RGB value is (123,69,96). Sum of RGB (Red+Green+Blue) = 123+69+96=288 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.71% from 288); Green value is 69 (27.34% from 255 or 23.96% from 288); Blue value is 96 (37.89% from 255 or 33.33% from 288); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4560 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B4560 is #84BA9F. Grayscale: #585858. Windows color (decimal): -8698528 or 6309243. OLE color: 6309243.

HSL color Cylindrical-coordinate representation of color #7B4560: hue angle of 330º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7B4560 is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 69 96 -
CMYK 0 0.44 0.22 0.52
HSL 330º 0.28% 0.38% -
HSV(B) 330º 0.44% 0.48% -
XYZ 12.41 9.31 12.21 -
YUV 88.22 132.39 152.8 -
System Red Green Blue C M Y K H S L
Decimal 123 69 96 0 0.44 0.22 0.52 330 0.28 0.38
Hex 7B 45 60 0 2C 16 34 14A 1C 26
Octal 173 105 140 0 54 26 64 512 34 46
Binary 1111011 1000101 1100000 0 101100 10110 110100 101001010 11100 100110

Color Harmonies of #7B4560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B4560

Black with #7B4560

Text Example


Text Example

White with #7B4560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,69,96); }

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

background-color css

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

 a { background-color: rgb(123,69,96); }

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

border-color css

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

 span { border-color: rgb(123,69,96); }

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