Html Css Color HEX #7A526E Cosmic

📋 copy color: '#7A526E'

red 122 ◦ green 82 ◦ blue 110

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

Shades of Cosmic #7A526E

Tints of Cosmic #7A526E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 35.03%

R = 38.85%
G = 26.11%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.10

 K value IS 0.52

RGB Variations

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

Color information

#7A526E (or 0x7A526E) is known color: Cosmic. HEX triplet: 7A, 52 and 6E. RGB value is (122,82,110). Sum of RGB (Red+Green+Blue) = 122+82+110=314 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.85% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 110 (43.36% from 255 or 35.03% from 314); Max value from RGB is 122 - color contains mainly: red. Hex color #7A526E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A526E is #85AD91. Grayscale: #616161. Windows color (decimal): -8760722 or 7230074. OLE color: 7230074.

HSL color Cylindrical-coordinate representation of color #7A526E: hue angle of 318º 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 #7A526E is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 82 110 -
CMYK 0 0.33 0.10 0.52
HSL 318º 0.2% 0.4% -
HSV(B) 318º 0.33% 0.48% -
XYZ 13.86 11.3 16.2 -
YUV 97.15 135.25 145.72 -
System Red Green Blue C M Y K H S L
Decimal 122 82 110 0 0.33 0.10 0.52 318 0.2 0.4
Hex 7A 52 6E 0 21 A 34 13E 14 28
Octal 172 122 156 0 41 12 64 476 24 50
Binary 1111010 1010010 1101110 0 100001 1010 110100 100111110 10100 101000

Color Harmonies of #7A526E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A526E

Black with #7A526E

Text Example


Text Example

White with #7A526E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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