Html Css Color HEX #7C536D Cosmic

📋 copy color: '#7C536D'

red 124 ◦ green 83 ◦ blue 109

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

Shades of Cosmic #7C536D

Tints of Cosmic #7C536D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.27%

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

R = 39.24%
G = 26.27%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.12

 K value IS 0.51

RGB Variations

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

Color information

#7C536D (or 0x7C536D) is known color: Cosmic. HEX triplet: 7C, 53 and 6D. RGB value is (124,83,109). Sum of RGB (Red+Green+Blue) = 124+83+109=316 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.24% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 109 (42.97% from 255 or 34.49% from 316); Max value from RGB is 124 - color contains mainly: red. Hex color #7C536D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C536D is #83AC92. Grayscale: #626262. Windows color (decimal): -8629395 or 7164796. OLE color: 7164796.

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

Color convert

RGB 124 83 109 -
CMYK 0 0.33 0.12 0.51
HSL 321.95º 0.2% 0.41% -
HSV(B) 321.95º 0.33% 0.49% -
XYZ 14.17 11.58 15.96 -
YUV 98.22 134.08 146.39 -
System Red Green Blue C M Y K H S L
Decimal 124 83 109 0 0.33 0.12 0.51 321.95 0.2 0.41
Hex 7C 53 6D 0 21 C 33 142 14 29
Octal 174 123 155 0 41 14 63 502 24 51
Binary 1111100 1010011 1101101 0 100001 1100 110011 101000010 10100 101001

Color Harmonies of #7C536D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C536D

Black with #7C536D

Text Example


Text Example

White with #7C536D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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