Html Css Color HEX #7C5B66 Cosmic

📋 copy color: '#7C5B66'

red 124 ◦ green 91 ◦ blue 102

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

Shades of Cosmic #7C5B66

Tints of Cosmic #7C5B66

RGB

 RED value IS 124 (48.83% from 255) = 39.12%

 GREEN value IS 91 (35.94% from 255) = 28.71%

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

R = 39.12%
G = 28.71%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.18

 K value IS 0.51

RGB Variations

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

Color information

#7C5B66 (or 0x7C5B66) is known color: Cosmic. HEX triplet: 7C, 5B and 66. RGB value is (124,91,102). Sum of RGB (Red+Green+Blue) = 124+91+102=317 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.12% from 317); Green value is 91 (35.94% from 255 or 28.71% from 317); Blue value is 102 (40.23% from 255 or 32.18% from 317); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5B66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5B66 is #83A499. Grayscale: #666666. Windows color (decimal): -8627354 or 6708092. OLE color: 6708092.

HSL color Cylindrical-coordinate representation of color #7C5B66: hue angle of 340º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7C5B66 is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 91 102 -
CMYK 0 0.27 0.18 0.51
HSL 340º 0.15% 0.42% -
HSV(B) 340º 0.27% 0.49% -
XYZ 14.45 12.73 14.27 -
YUV 102.12 127.93 143.61 -
System Red Green Blue C M Y K H S L
Decimal 124 91 102 0 0.27 0.18 0.51 340 0.15 0.42
Hex 7C 5B 66 0 1B 12 33 154 F 2A
Octal 174 133 146 0 33 22 63 524 17 52
Binary 1111100 1011011 1100110 0 11011 10010 110011 101010100 1111 101010

Color Harmonies of #7C5B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5B66

Black with #7C5B66

Text Example


Text Example

White with #7C5B66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,91,102); }

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

background-color css

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

 a { background-color: rgb(124,91,102); }

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

border-color css

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

 span { border-color: rgb(124,91,102); }

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