Html Css Color HEX #7B5B6D Cosmic

📋 copy color: '#7B5B6D'

red 123 ◦ green 91 ◦ blue 109

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

Shades of Cosmic #7B5B6D

Tints of Cosmic #7B5B6D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.17%

 BLUE value IS 109 (42.97% from 255) = 33.75%

R = 38.08%
G = 28.17%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.11

 K value IS 0.52

RGB Variations

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

Color information

#7B5B6D (or 0x7B5B6D) is known color: Cosmic. HEX triplet: 7B, 5B and 6D. RGB value is (123,91,109). Sum of RGB (Red+Green+Blue) = 123+91+109=323 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.08% from 323); Green value is 91 (35.94% from 255 or 28.17% from 323); Blue value is 109 (42.97% from 255 or 33.75% from 323); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5B6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5B6D is #84A492. Grayscale: #666666. Windows color (decimal): -8692883 or 7166843. OLE color: 7166843.

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

Color convert

RGB 123 91 109 -
CMYK 0 0.26 0.11 0.52
HSL 326.25º 0.15% 0.42% -
HSV(B) 326.25º 0.26% 0.48% -
XYZ 14.67 12.8 16.16 -
YUV 102.62 131.6 142.54 -
System Red Green Blue C M Y K H S L
Decimal 123 91 109 0 0.26 0.11 0.52 326.25 0.15 0.42
Hex 7B 5B 6D 0 1A B 34 146 F 2A
Octal 173 133 155 0 32 13 64 506 17 52
Binary 1111011 1011011 1101101 0 11010 1011 110100 101000110 1111 101010

Color Harmonies of #7B5B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5B6D

Black with #7B5B6D

Text Example


Text Example

White with #7B5B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,91,109); }

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

background-color css

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

 a { background-color: rgb(123,91,109); }

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

border-color css

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

 span { border-color: rgb(123,91,109); }

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