Html Css Color HEX #7B545D Cosmic

📋 copy color: '#7B545D'

red 123 ◦ green 84 ◦ blue 93

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

Shades of Cosmic #7B545D

Tints of Cosmic #7B545D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28%

 BLUE value IS 93 (36.72% from 255) = 31%

R = 41%
G = 28%
B = 31%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.24

 K value IS 0.52

RGB Variations

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

Color information

#7B545D (or 0x7B545D) is known color: Cosmic. HEX triplet: 7B, 54 and 5D. RGB value is (123,84,93). Sum of RGB (Red+Green+Blue) = 123+84+93=300 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41% from 300); Green value is 84 (33.20% from 255 or 28% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 123 - color contains mainly: red. Hex color #7B545D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B545D is #84ABA2. Grayscale: #606060. Windows color (decimal): -8694691 or 6116475. OLE color: 6116475.

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

Color convert

RGB 123 84 93 -
CMYK 0 0.32 0.24 0.52
HSL 346.15º 0.19% 0.41% -
HSV(B) 346.15º 0.32% 0.48% -
XYZ 13.31 11.34 11.84 -
YUV 96.69 125.92 146.77 -
System Red Green Blue C M Y K H S L
Decimal 123 84 93 0 0.32 0.24 0.52 346.15 0.19 0.41
Hex 7B 54 5D 0 20 18 34 15A 13 29
Octal 173 124 135 0 40 30 64 532 23 51
Binary 1111011 1010100 1011101 0 100000 11000 110100 101011010 10011 101001

Color Harmonies of #7B545D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B545D

Black with #7B545D

Text Example


Text Example

White with #7B545D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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