Html Css Color HEX #7B516E Cosmic

📋 copy color: '#7B516E'

red 123 ◦ green 81 ◦ blue 110

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

Shades of Cosmic #7B516E

Tints of Cosmic #7B516E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.8%

 BLUE value IS 110 (43.36% from 255) = 35.03%

R = 39.17%
G = 25.8%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.11

 K value IS 0.52

RGB Variations

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

Color information

#7B516E (or 0x7B516E) is known color: Cosmic. HEX triplet: 7B, 51 and 6E. RGB value is (123,81,110). Sum of RGB (Red+Green+Blue) = 123+81+110=314 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.17% from 314); Green value is 81 (32.03% from 255 or 25.80% from 314); Blue value is 110 (43.36% from 255 or 35.03% from 314); Max value from RGB is 123 - color contains mainly: red. Hex color #7B516E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B516E is #84AE91. Grayscale: #606060. Windows color (decimal): -8695442 or 7229819. OLE color: 7229819.

HSL color Cylindrical-coordinate representation of color #7B516E: hue angle of 318.57º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7B516E is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 81 110 -
CMYK 0 0.34 0.11 0.52
HSL 318.57º 0.21% 0.4% -
HSV(B) 318.57º 0.34% 0.48% -
XYZ 13.93 11.22 16.18 -
YUV 96.86 135.41 146.64 -
System Red Green Blue C M Y K H S L
Decimal 123 81 110 0 0.34 0.11 0.52 318.57 0.21 0.4
Hex 7B 51 6E 0 22 B 34 13F 15 28
Octal 173 121 156 0 42 13 64 477 25 50
Binary 1111011 1010001 1101110 0 100010 1011 110100 100111111 10101 101000

Color Harmonies of #7B516E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B516E

Black with #7B516E

Text Example


Text Example

White with #7B516E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,81,110); }

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

background-color css

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

 a { background-color: rgb(123,81,110); }

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

border-color css

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

 span { border-color: rgb(123,81,110); }

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