Html Css Color HEX #7A526D Cosmic

📋 copy color: '#7A526D'

red 122 ◦ green 82 ◦ blue 109

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

Shades of Cosmic #7A526D

Tints of Cosmic #7A526D

RGB

 RED value IS 122 (48.05% from 255) = 38.98%

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

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

R = 38.98%
G = 26.2%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.11

 K value IS 0.52

RGB Variations

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

Color information

#7A526D (or 0x7A526D) is known color: Cosmic. HEX triplet: 7A, 52 and 6D. RGB value is (122,82,109). Sum of RGB (Red+Green+Blue) = 122+82+109=313 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.98% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 109 (42.97% from 255 or 34.82% from 313); Max value from RGB is 122 - color contains mainly: red. Hex color #7A526D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A526D is #85AD92. Grayscale: #606060. Windows color (decimal): -8760723 or 7164538. OLE color: 7164538.

HSL color Cylindrical-coordinate representation of color #7A526D: hue angle of 319.5º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7A526D is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 82 109 -
CMYK 0 0.33 0.11 0.52
HSL 319.5º 0.2% 0.4% -
HSV(B) 319.5º 0.33% 0.48% -
XYZ 13.8 11.28 15.92 -
YUV 97.04 134.75 145.8 -
System Red Green Blue C M Y K H S L
Decimal 122 82 109 0 0.33 0.11 0.52 319.5 0.2 0.4
Hex 7A 52 6D 0 21 B 34 140 14 28
Octal 172 122 155 0 41 13 64 500 24 50
Binary 1111010 1010010 1101101 0 100001 1011 110100 101000000 10100 101000

Color Harmonies of #7A526D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A526D

Black with #7A526D

Text Example


Text Example

White with #7A526D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,82,109); }

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

background-color css

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

 a { background-color: rgb(122,82,109); }

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

border-color css

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

 span { border-color: rgb(122,82,109); }

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