Html Css Color HEX #7C526B Cosmic

📋 copy color: '#7C526B'

red 124 ◦ green 82 ◦ blue 107

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

Shades of Cosmic #7C526B

Tints of Cosmic #7C526B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.19%

R = 39.62%
G = 26.2%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.14

 K value IS 0.51

RGB Variations

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

Color information

#7C526B (or 0x7C526B) is known color: Cosmic. HEX triplet: 7C, 52 and 6B. RGB value is (124,82,107). Sum of RGB (Red+Green+Blue) = 124+82+107=313 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.62% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 107 (42.19% from 255 or 34.19% from 313); Max value from RGB is 124 - color contains mainly: red. Hex color #7C526B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C526B is #83AD94. Grayscale: #616161. Windows color (decimal): -8629653 or 7033468. OLE color: 7033468.

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

Color convert

RGB 124 82 107 -
CMYK 0 0.34 0.14 0.51
HSL 324.29º 0.2% 0.4% -
HSV(B) 324.29º 0.34% 0.49% -
XYZ 13.98 11.38 15.37 -
YUV 97.41 133.41 146.97 -
System Red Green Blue C M Y K H S L
Decimal 124 82 107 0 0.34 0.14 0.51 324.29 0.2 0.4
Hex 7C 52 6B 0 22 E 33 144 14 28
Octal 174 122 153 0 42 16 63 504 24 50
Binary 1111100 1010010 1101011 0 100010 1110 110011 101000100 10100 101000

Color Harmonies of #7C526B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C526B

Black with #7C526B

Text Example


Text Example

White with #7C526B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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