Html Css Color HEX #7C5766 Cosmic

📋 copy color: '#7C5766'

red 124 ◦ green 87 ◦ blue 102

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

Shades of Cosmic #7C5766

Tints of Cosmic #7C5766

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.8%

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

R = 39.62%
G = 27.8%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.18

 K value IS 0.51

RGB Variations

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

Color information

#7C5766 (or 0x7C5766) is known color: Cosmic. HEX triplet: 7C, 57 and 66. RGB value is (124,87,102). Sum of RGB (Red+Green+Blue) = 124+87+102=313 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.62% from 313); Green value is 87 (34.38% from 255 or 27.80% from 313); Blue value is 102 (40.23% from 255 or 32.59% from 313); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5766 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5766 is #83A899. Grayscale: #636363. Windows color (decimal): -8628378 or 6707068. OLE color: 6707068.

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

Color convert

RGB 124 87 102 -
CMYK 0 0.30 0.18 0.51
HSL 335.68º 0.18% 0.41% -
HSV(B) 335.68º 0.3% 0.49% -
XYZ 14.12 12.06 14.15 -
YUV 99.77 129.26 145.28 -
System Red Green Blue C M Y K H S L
Decimal 124 87 102 0 0.30 0.18 0.51 335.68 0.18 0.41
Hex 7C 57 66 0 1E 12 33 150 12 29
Octal 174 127 146 0 36 22 63 520 22 51
Binary 1111100 1010111 1100110 0 11110 10010 110011 101010000 10010 101001

Color Harmonies of #7C5766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5766

Black with #7C5766

Text Example


Text Example

White with #7C5766

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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