Html Css Color HEX #7B596C Cosmic

📋 copy color: '#7B596C'

red 123 ◦ green 89 ◦ blue 108

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

Shades of Cosmic #7B596C

Tints of Cosmic #7B596C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.81%

 BLUE value IS 108 (42.58% from 255) = 33.75%

R = 38.44%
G = 27.81%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.12

 K value IS 0.52

RGB Variations

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

Color information

#7B596C (or 0x7B596C) is known color: Cosmic. HEX triplet: 7B, 59 and 6C. RGB value is (123,89,108). Sum of RGB (Red+Green+Blue) = 123+89+108=320 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.44% from 320); Green value is 89 (35.16% from 255 or 27.81% from 320); Blue value is 108 (42.58% from 255 or 33.75% from 320); Max value from RGB is 123 - color contains mainly: red. Hex color #7B596C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B596C is #84A693. Grayscale: #656565. Windows color (decimal): -8693396 or 7100795. OLE color: 7100795.

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

Color convert

RGB 123 89 108 -
CMYK 0 0.28 0.12 0.52
HSL 326.47º 0.16% 0.42% -
HSV(B) 326.47º 0.28% 0.48% -
XYZ 14.45 12.44 15.83 -
YUV 101.33 131.76 143.46 -
System Red Green Blue C M Y K H S L
Decimal 123 89 108 0 0.28 0.12 0.52 326.47 0.16 0.42
Hex 7B 59 6C 0 1C C 34 146 10 2A
Octal 173 131 154 0 34 14 64 506 20 52
Binary 1111011 1011001 1101100 0 11100 1100 110100 101000110 10000 101010

Color Harmonies of #7B596C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B596C

Black with #7B596C

Text Example


Text Example

White with #7B596C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,89,108); }

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

background-color css

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

 a { background-color: rgb(123,89,108); }

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

border-color css

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

 span { border-color: rgb(123,89,108); }

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