Html Css Color HEX #7C506D Cosmic

📋 copy color: '#7C506D'

red 124 ◦ green 80 ◦ blue 109

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

Shades of Cosmic #7C506D

Tints of Cosmic #7C506D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.56%

 BLUE value IS 109 (42.97% from 255) = 34.82%

R = 39.62%
G = 25.56%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.12

 K value IS 0.51

RGB Variations

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

Color information

#7C506D (or 0x7C506D) is known color: Cosmic. HEX triplet: 7C, 50 and 6D. RGB value is (124,80,109). Sum of RGB (Red+Green+Blue) = 124+80+109=313 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.62% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 109 (42.97% from 255 or 34.82% from 313); Max value from RGB is 124 - color contains mainly: red. Hex color #7C506D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C506D is #83AF92. Grayscale: #606060. Windows color (decimal): -8630163 or 7164028. OLE color: 7164028.

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

Color convert

RGB 124 80 109 -
CMYK 0 0.35 0.12 0.51
HSL 320.45º 0.22% 0.4% -
HSV(B) 320.45º 0.35% 0.49% -
XYZ 13.94 11.13 15.88 -
YUV 96.46 135.08 147.64 -
System Red Green Blue C M Y K H S L
Decimal 124 80 109 0 0.35 0.12 0.51 320.45 0.22 0.4
Hex 7C 50 6D 0 23 C 33 140 16 28
Octal 174 120 155 0 43 14 63 500 26 50
Binary 1111100 1010000 1101101 0 100011 1100 110011 101000000 10110 101000

Color Harmonies of #7C506D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C506D

Black with #7C506D

Text Example


Text Example

White with #7C506D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,80,109); }

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

background-color css

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

 a { background-color: rgb(124,80,109); }

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

border-color css

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

 span { border-color: rgb(124,80,109); }

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