Html Css Color HEX #7C5B64 Cosmic

📋 copy color: '#7C5B64'

red 124 ◦ green 91 ◦ blue 100

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

Shades of Cosmic #7C5B64

Tints of Cosmic #7C5B64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 31.75%

R = 39.37%
G = 28.89%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.19

 K value IS 0.51

RGB Variations

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

Color information

#7C5B64 (or 0x7C5B64) is known color: Cosmic. HEX triplet: 7C, 5B and 64. RGB value is (124,91,100). Sum of RGB (Red+Green+Blue) = 124+91+100=315 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.37% from 315); Green value is 91 (35.94% from 255 or 28.89% from 315); Blue value is 100 (39.45% from 255 or 31.75% from 315); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5B64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5B64 is #83A49B. Grayscale: #656565. Windows color (decimal): -8627356 or 6577020. OLE color: 6577020.

HSL color Cylindrical-coordinate representation of color #7C5B64: hue angle of 343.64º 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 #7C5B64 is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 91 100 -
CMYK 0 0.27 0.19 0.51
HSL 343.64º 0.15% 0.42% -
HSV(B) 343.64º 0.27% 0.49% -
XYZ 14.35 12.69 13.75 -
YUV 101.89 126.93 143.77 -
System Red Green Blue C M Y K H S L
Decimal 124 91 100 0 0.27 0.19 0.51 343.64 0.15 0.42
Hex 7C 5B 64 0 1B 13 33 158 F 2A
Octal 174 133 144 0 33 23 63 530 17 52
Binary 1111100 1011011 1100100 0 11011 10011 110011 101011000 1111 101010

Color Harmonies of #7C5B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5B64

Black with #7C5B64

Text Example


Text Example

White with #7C5B64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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