Html Css Color HEX #7B555E Cosmic

📋 copy color: '#7B555E'

red 123 ◦ green 85 ◦ blue 94

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

Shades of Cosmic #7B555E

Tints of Cosmic #7B555E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 31.13%

R = 40.73%
G = 28.15%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.24

 K value IS 0.52

RGB Variations

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

Color information

#7B555E (or 0x7B555E) is known color: Cosmic. HEX triplet: 7B, 55 and 5E. RGB value is (123,85,94). Sum of RGB (Red+Green+Blue) = 123+85+94=302 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.73% from 302); Green value is 85 (33.59% from 255 or 28.15% from 302); Blue value is 94 (37.11% from 255 or 31.13% from 302); Max value from RGB is 123 - color contains mainly: red. Hex color #7B555E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B555E is #84AAA1. Grayscale: #616161. Windows color (decimal): -8694434 or 6182267. OLE color: 6182267.

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

Color convert

RGB 123 85 94 -
CMYK 0 0.31 0.24 0.52
HSL 345.79º 0.18% 0.41% -
HSV(B) 345.79º 0.31% 0.48% -
XYZ 13.44 11.52 12.1 -
YUV 97.39 126.09 146.27 -
System Red Green Blue C M Y K H S L
Decimal 123 85 94 0 0.31 0.24 0.52 345.79 0.18 0.41
Hex 7B 55 5E 0 1F 18 34 15A 12 29
Octal 173 125 136 0 37 30 64 532 22 51
Binary 1111011 1010101 1011110 0 11111 11000 110100 101011010 10010 101001

Color Harmonies of #7B555E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B555E

Black with #7B555E

Text Example


Text Example

White with #7B555E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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