Html Css Color HEX #7B5666 Cosmic

📋 copy color: '#7B5666'

red 123 ◦ green 86 ◦ blue 102

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

Shades of Cosmic #7B5666

Tints of Cosmic #7B5666

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.65%

 BLUE value IS 102 (40.23% from 255) = 32.8%

R = 39.55%
G = 27.65%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.17

 K value IS 0.52

RGB Variations

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

Color information

#7B5666 (or 0x7B5666) is known color: Cosmic. HEX triplet: 7B, 56 and 66. RGB value is (123,86,102). Sum of RGB (Red+Green+Blue) = 123+86+102=311 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.55% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 102 (40.23% from 255 or 32.80% from 311); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5666 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5666 is #84A999. Grayscale: #626262. Windows color (decimal): -8694170 or 6706811. OLE color: 6706811.

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

Color convert

RGB 123 86 102 -
CMYK 0 0.30 0.17 0.52
HSL 334.05º 0.18% 0.41% -
HSV(B) 334.05º 0.3% 0.48% -
XYZ 13.89 11.83 14.12 -
YUV 98.89 129.76 145.2 -
System Red Green Blue C M Y K H S L
Decimal 123 86 102 0 0.30 0.17 0.52 334.05 0.18 0.41
Hex 7B 56 66 0 1E 11 34 14E 12 29
Octal 173 126 146 0 36 21 64 516 22 51
Binary 1111011 1010110 1100110 0 11110 10001 110100 101001110 10010 101001

Color Harmonies of #7B5666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5666

Black with #7B5666

Text Example


Text Example

White with #7B5666

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,86,102); }

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

background-color css

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

 a { background-color: rgb(123,86,102); }

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

border-color css

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

 span { border-color: rgb(123,86,102); }

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