Html Css Color HEX #7C525B Cosmic

📋 copy color: '#7C525B'

red 124 ◦ green 82 ◦ blue 91

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

Shades of Cosmic #7C525B

Tints of Cosmic #7C525B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 30.64%

R = 41.75%
G = 27.61%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.27

 K value IS 0.51

RGB Variations

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

Color information

#7C525B (or 0x7C525B) is known color: Cosmic. HEX triplet: 7C, 52 and 5B. RGB value is (124,82,91). Sum of RGB (Red+Green+Blue) = 124+82+91=297 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.75% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 91 (35.94% from 255 or 30.64% from 297); Max value from RGB is 124 - color contains mainly: red. Hex color #7C525B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C525B is #83ADA4. Grayscale: #5F5F5F. Windows color (decimal): -8629669 or 5984892. OLE color: 5984892.

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

Color convert

RGB 124 82 91 -
CMYK 0 0.34 0.27 0.51
HSL 347.14º 0.2% 0.4% -
HSV(B) 347.14º 0.34% 0.49% -
XYZ 13.22 11.08 11.34 -
YUV 95.58 125.41 148.27 -
System Red Green Blue C M Y K H S L
Decimal 124 82 91 0 0.34 0.27 0.51 347.14 0.2 0.4
Hex 7C 52 5B 0 22 1B 33 15B 14 28
Octal 174 122 133 0 42 33 63 533 24 50
Binary 1111100 1010010 1011011 0 100010 11011 110011 101011011 10100 101000

Color Harmonies of #7C525B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C525B

Black with #7C525B

Text Example


Text Example

White with #7C525B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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