Html Css Color HEX #7C525D Cosmic

📋 copy color: '#7C525D'

red 124 ◦ green 82 ◦ blue 93

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

Shades of Cosmic #7C525D

Tints of Cosmic #7C525D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.42%

 BLUE value IS 93 (36.72% from 255) = 31.1%

R = 41.47%
G = 27.42%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.25

 K value IS 0.51

RGB Variations

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

Color information

#7C525D (or 0x7C525D) is known color: Cosmic. HEX triplet: 7C, 52 and 5D. RGB value is (124,82,93). Sum of RGB (Red+Green+Blue) = 124+82+93=299 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.47% from 299); Green value is 82 (32.42% from 255 or 27.42% from 299); Blue value is 93 (36.72% from 255 or 31.10% from 299); Max value from RGB is 124 - color contains mainly: red. Hex color #7C525D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C525D is #83ADA2. Grayscale: #5F5F5F. Windows color (decimal): -8629667 or 6115964. OLE color: 6115964.

HSL color Cylindrical-coordinate representation of color #7C525D: hue angle of 344.29º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7C525D is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 82 93 -
CMYK 0 0.34 0.25 0.51
HSL 344.29º 0.2% 0.4% -
HSV(B) 344.29º 0.34% 0.49% -
XYZ 13.31 11.11 11.8 -
YUV 95.81 126.41 148.11 -
System Red Green Blue C M Y K H S L
Decimal 124 82 93 0 0.34 0.25 0.51 344.29 0.2 0.4
Hex 7C 52 5D 0 22 19 33 158 14 28
Octal 174 122 135 0 42 31 63 530 24 50
Binary 1111100 1010010 1011101 0 100010 11001 110011 101011000 10100 101000

Color Harmonies of #7C525D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C525D

Black with #7C525D

Text Example


Text Example

White with #7C525D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,82,93); }

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

background-color css

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

 a { background-color: rgb(124,82,93); }

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

border-color css

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

 span { border-color: rgb(124,82,93); }

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