Html Css Color HEX #7C5C66 Cosmic

📋 copy color: '#7C5C66'

red 124 ◦ green 92 ◦ blue 102

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

Shades of Cosmic #7C5C66

Tints of Cosmic #7C5C66

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.93%

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

R = 38.99%
G = 28.93%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.18

 K value IS 0.51

RGB Variations

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

Color information

#7C5C66 (or 0x7C5C66) is known color: Cosmic. HEX triplet: 7C, 5C and 66. RGB value is (124,92,102). Sum of RGB (Red+Green+Blue) = 124+92+102=318 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.99% from 318); Green value is 92 (36.33% from 255 or 28.93% from 318); Blue value is 102 (40.23% from 255 or 32.08% from 318); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5C66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5C66 is #83A399. Grayscale: #666666. Windows color (decimal): -8627098 or 6708348. OLE color: 6708348.

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

Color convert

RGB 124 92 102 -
CMYK 0 0.26 0.18 0.51
HSL 341.25º 0.15% 0.42% -
HSV(B) 341.25º 0.26% 0.49% -
XYZ 14.54 12.9 14.29 -
YUV 102.71 127.6 143.19 -
System Red Green Blue C M Y K H S L
Decimal 124 92 102 0 0.26 0.18 0.51 341.25 0.15 0.42
Hex 7C 5C 66 0 1A 12 33 155 F 2A
Octal 174 134 146 0 32 22 63 525 17 52
Binary 1111100 1011100 1100110 0 11010 10010 110011 101010101 1111 101010

Color Harmonies of #7C5C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5C66

Black with #7C5C66

Text Example


Text Example

White with #7C5C66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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