Html Css Color HEX #7C555E Cosmic

📋 copy color: '#7C555E'

red 124 ◦ green 85 ◦ blue 94

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

Shades of Cosmic #7C555E

Tints of Cosmic #7C555E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.05%

 BLUE value IS 94 (37.11% from 255) = 31.02%

R = 40.92%
G = 28.05%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.24

 K value IS 0.51

RGB Variations

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

Color information

#7C555E (or 0x7C555E) is known color: Cosmic. HEX triplet: 7C, 55 and 5E. RGB value is (124,85,94). Sum of RGB (Red+Green+Blue) = 124+85+94=303 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.92% from 303); Green value is 85 (33.59% from 255 or 28.05% from 303); Blue value is 94 (37.11% from 255 or 31.02% from 303); Max value from RGB is 124 - color contains mainly: red. Hex color #7C555E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C555E is #83AAA1. Grayscale: #616161. Windows color (decimal): -8628898 or 6182268. OLE color: 6182268.

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

Color convert

RGB 124 85 94 -
CMYK 0 0.31 0.24 0.51
HSL 346.15º 0.19% 0.41% -
HSV(B) 346.15º 0.31% 0.49% -
XYZ 13.58 11.59 12.11 -
YUV 97.69 125.92 146.77 -
System Red Green Blue C M Y K H S L
Decimal 124 85 94 0 0.31 0.24 0.51 346.15 0.19 0.41
Hex 7C 55 5E 0 1F 18 33 15A 13 29
Octal 174 125 136 0 37 30 63 532 23 51
Binary 1111100 1010101 1011110 0 11111 11000 110011 101011010 10011 101001

Color Harmonies of #7C555E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C555E

Black with #7C555E

Text Example


Text Example

White with #7C555E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,85,94); }

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

background-color css

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

 a { background-color: rgb(124,85,94); }

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

border-color css

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

 span { border-color: rgb(124,85,94); }

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