Html Css Color HEX #7C5962 Cosmic

📋 copy color: '#7C5962'

red 124 ◦ green 89 ◦ blue 98

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

Shades of Cosmic #7C5962

Tints of Cosmic #7C5962

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.62%

 BLUE value IS 98 (38.67% from 255) = 31.51%

R = 39.87%
G = 28.62%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.21

 K value IS 0.51

RGB Variations

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

Color information

#7C5962 (or 0x7C5962) is known color: Cosmic. HEX triplet: 7C, 59 and 62. RGB value is (124,89,98). Sum of RGB (Red+Green+Blue) = 124+89+98=311 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.87% from 311); Green value is 89 (35.16% from 255 or 28.62% from 311); Blue value is 98 (38.67% from 255 or 31.51% from 311); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5962 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5962 is #83A69D. Grayscale: #646464. Windows color (decimal): -8627870 or 6445436. OLE color: 6445436.

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

Color convert

RGB 124 89 98 -
CMYK 0 0.28 0.21 0.51
HSL 344.57º 0.16% 0.42% -
HSV(B) 344.57º 0.28% 0.49% -
XYZ 14.09 12.31 13.19 -
YUV 100.49 126.6 144.77 -
System Red Green Blue C M Y K H S L
Decimal 124 89 98 0 0.28 0.21 0.51 344.57 0.16 0.42
Hex 7C 59 62 0 1C 15 33 159 10 2A
Octal 174 131 142 0 34 25 63 531 20 52
Binary 1111100 1011001 1100010 0 11100 10101 110011 101011001 10000 101010

Color Harmonies of #7C5962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5962

Black with #7C5962

Text Example


Text Example

White with #7C5962

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,89,98); }

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

background-color css

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

 a { background-color: rgb(124,89,98); }

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

border-color css

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

 span { border-color: rgb(124,89,98); }

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