Html Css Color HEX #7B556D Cosmic

📋 copy color: '#7B556D'

red 123 ◦ green 85 ◦ blue 109

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

Shades of Cosmic #7B556D

Tints of Cosmic #7B556D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.81%

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

R = 38.8%
G = 26.81%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.11

 K value IS 0.52

RGB Variations

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

Color information

#7B556D (or 0x7B556D) is known color: Cosmic. HEX triplet: 7B, 55 and 6D. RGB value is (123,85,109). Sum of RGB (Red+Green+Blue) = 123+85+109=317 (41% of max value = 765). Red value is 123 (48.44% from 255 or 38.80% from 317); Green value is 85 (33.59% from 255 or 26.81% from 317); Blue value is 109 (42.97% from 255 or 34.38% from 317); Max value from RGB is 123 - color contains mainly: red. Hex color #7B556D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B556D is #84AA92. Grayscale: #636363. Windows color (decimal): -8694419 or 7165307. OLE color: 7165307.

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

Color convert

RGB 123 85 109 -
CMYK 0 0.31 0.11 0.52
HSL 322.11º 0.18% 0.41% -
HSV(B) 322.11º 0.31% 0.48% -
XYZ 14.18 11.81 16 -
YUV 99.1 133.59 145.05 -
System Red Green Blue C M Y K H S L
Decimal 123 85 109 0 0.31 0.11 0.52 322.11 0.18 0.41
Hex 7B 55 6D 0 1F B 34 142 12 29
Octal 173 125 155 0 37 13 64 502 22 51
Binary 1111011 1010101 1101101 0 11111 1011 110100 101000010 10010 101001

Color Harmonies of #7B556D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B556D

Black with #7B556D

Text Example


Text Example

White with #7B556D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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