Html Css Color HEX #7B5D6C Cosmic

📋 copy color: '#7B5D6C'

red 123 ◦ green 93 ◦ blue 108

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

Shades of Cosmic #7B5D6C

Tints of Cosmic #7B5D6C

RGB

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

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

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

R = 37.96%
G = 28.7%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.12

 K value IS 0.52

RGB Variations

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

Color information

#7B5D6C (or 0x7B5D6C) is known color: Cosmic. HEX triplet: 7B, 5D and 6C. RGB value is (123,93,108). Sum of RGB (Red+Green+Blue) = 123+93+108=324 (42% of max value = 765). Red value is 123 (48.44% from 255 or 37.96% from 324); Green value is 93 (36.72% from 255 or 28.70% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5D6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5D6C is #84A293. Grayscale: #676767. Windows color (decimal): -8692372 or 7101819. OLE color: 7101819.

HSL color Cylindrical-coordinate representation of color #7B5D6C: hue angle of 330º 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 #7B5D6C is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 93 108 -
CMYK 0 0.24 0.12 0.52
HSL 330º 0.14% 0.42% -
HSV(B) 330º 0.24% 0.48% -
XYZ 14.79 13.12 15.94 -
YUV 103.68 130.44 141.78 -
System Red Green Blue C M Y K H S L
Decimal 123 93 108 0 0.24 0.12 0.52 330 0.14 0.42
Hex 7B 5D 6C 0 18 C 34 14A E 2A
Octal 173 135 154 0 30 14 64 512 16 52
Binary 1111011 1011101 1101100 0 11000 1100 110100 101001010 1110 101010

Color Harmonies of #7B5D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5D6C

Black with #7B5D6C

Text Example


Text Example

White with #7B5D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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