Html Css Color HEX #7B5560 Cosmic

📋 copy color: '#7B5560'

red 123 ◦ green 85 ◦ blue 96

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

Shades of Cosmic #7B5560

Tints of Cosmic #7B5560

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.96%

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

R = 40.46%
G = 27.96%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.22

 K value IS 0.52

RGB Variations

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

Color information

#7B5560 (or 0x7B5560) is known color: Cosmic. HEX triplet: 7B, 55 and 60. RGB value is (123,85,96). Sum of RGB (Red+Green+Blue) = 123+85+96=304 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.46% from 304); Green value is 85 (33.59% from 255 or 27.96% from 304); Blue value is 96 (37.89% from 255 or 31.58% from 304); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5560 is #84AA9F. Grayscale: #616161. Windows color (decimal): -8694432 or 6313339. OLE color: 6313339.

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

Color convert

RGB 123 85 96 -
CMYK 0 0.31 0.22 0.52
HSL 342.63º 0.18% 0.41% -
HSV(B) 342.63º 0.31% 0.48% -
XYZ 13.53 11.55 12.58 -
YUV 97.62 127.09 146.11 -
System Red Green Blue C M Y K H S L
Decimal 123 85 96 0 0.31 0.22 0.52 342.63 0.18 0.41
Hex 7B 55 60 0 1F 16 34 157 12 29
Octal 173 125 140 0 37 26 64 527 22 51
Binary 1111011 1010101 1100000 0 11111 10110 110100 101010111 10010 101001

Color Harmonies of #7B5560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5560

Black with #7B5560

Text Example


Text Example

White with #7B5560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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