Html Css Color HEX #7A7585 Topaz

📋 copy color: '#7A7585'

red 122 ◦ green 117 ◦ blue 133

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

Shades of Topaz #7A7585

Tints of Topaz #7A7585

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.45%

 BLUE value IS 133 (52.34% from 255) = 35.75%

R = 32.8%
G = 31.45%
B = 35.75%

CMYK

 C value IS 0.08

 M value IS 0.12

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#7A7585 (or 0x7A7585) is known color: Topaz. HEX triplet: 7A, 75 and 85. RGB value is (122,117,133). Sum of RGB (Red+Green+Blue) = 122+117+133=372 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.80% from 372); Green value is 117 (46.09% from 255 or 31.45% from 372); Blue value is 133 (52.34% from 255 or 35.75% from 372); Max value from RGB is 133 - color contains mainly: blue. Hex color #7A7585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7585 is #858A7A. Grayscale: #787878. Windows color (decimal): -8751739 or 8746362. OLE color: 8746362.

HSL color Cylindrical-coordinate representation of color #7A7585: hue angle of 258.75º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7A7585 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 122 117 133 -
CMYK 0.08 0.12 0 0.48
HSL 258.75º 0.06% 0.49% -
HSV(B) 258.75º 0.12% 0.52% -
XYZ 18.62 18.55 24.79 -
YUV 120.32 135.16 129.2 -
System Red Green Blue C M Y K H S L
Decimal 122 117 133 0.08 0.12 0 0.48 258.75 0.06 0.49
Hex 7A 75 85 8 C 0 30 103 6 31
Octal 172 165 205 10 14 0 60 403 6 61
Binary 1111010 1110101 10000101 1000 1100 0 110000 100000011 110 110001

Color Harmonies of #7A7585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7585

Black with #7A7585

Text Example


Text Example

White with #7A7585

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,117,133); }

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

background-color css

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

 a { background-color: rgb(122,117,133); }

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

border-color css

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

 span { border-color: rgb(122,117,133); }

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