Html Css Color HEX #7B5D6D Cosmic

📋 copy color: '#7B5D6D'

red 123 ◦ green 93 ◦ blue 109

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

Shades of Cosmic #7B5D6D

Tints of Cosmic #7B5D6D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.62%

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

R = 37.85%
G = 28.62%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.11

 K value IS 0.52

RGB Variations

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

Color information

#7B5D6D (or 0x7B5D6D) is known color: Cosmic. HEX triplet: 7B, 5D and 6D. RGB value is (123,93,109). Sum of RGB (Red+Green+Blue) = 123+93+109=325 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.85% from 325); Green value is 93 (36.72% from 255 or 28.62% from 325); Blue value is 109 (42.97% from 255 or 33.54% from 325); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5D6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5D6D is #84A292. Grayscale: #676767. Windows color (decimal): -8692371 or 7167355. OLE color: 7167355.

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

Color convert

RGB 123 93 109 -
CMYK 0 0.24 0.11 0.52
HSL 328º 0.14% 0.42% -
HSV(B) 328º 0.24% 0.48% -
XYZ 14.84 13.14 16.22 -
YUV 103.79 130.94 141.7 -
System Red Green Blue C M Y K H S L
Decimal 123 93 109 0 0.24 0.11 0.52 328 0.14 0.42
Hex 7B 5D 6D 0 18 B 34 148 E 2A
Octal 173 135 155 0 30 13 64 510 16 52
Binary 1111011 1011101 1101101 0 11000 1011 110100 101001000 1110 101010

Color Harmonies of #7B5D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5D6D

Black with #7B5D6D

Text Example


Text Example

White with #7B5D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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