Html Css Color HEX #7A7487 Topaz

📋 copy color: '#7A7487'

red 122 ◦ green 116 ◦ blue 135

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

Shades of Topaz #7A7487

Tints of Topaz #7A7487

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.1%

 BLUE value IS 135 (53.13% from 255) = 36.19%

R = 32.71%
G = 31.1%
B = 36.19%

CMYK

 C value IS 0.10

 M value IS 0.14

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7A7487 (or 0x7A7487) is known color: Topaz. HEX triplet: 7A, 74 and 87. RGB value is (122,116,135). Sum of RGB (Red+Green+Blue) = 122+116+135=373 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.71% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 135 (53.12% from 255 or 36.19% from 373); Max value from RGB is 135 - color contains mainly: blue. Hex color #7A7487 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7487 is #858B78. Grayscale: #777777. Windows color (decimal): -8751993 or 8877178. OLE color: 8877178.

HSL color Cylindrical-coordinate representation of color #7A7487: hue angle of 258.95º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7A7487 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 122 116 135 -
CMYK 0.10 0.14 0 0.47
HSL 258.95º 0.08% 0.49% -
HSV(B) 258.95º 0.14% 0.53% -
XYZ 18.64 18.38 25.49 -
YUV 119.96 136.49 129.46 -
System Red Green Blue C M Y K H S L
Decimal 122 116 135 0.10 0.14 0 0.47 258.95 0.08 0.49
Hex 7A 74 87 A E 0 2F 103 8 31
Octal 172 164 207 12 16 0 57 403 10 61
Binary 1111010 1110100 10000111 1010 1110 0 101111 100000011 1000 110001

Color Harmonies of #7A7487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7487

Black with #7A7487

Text Example


Text Example

White with #7A7487

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,116,135); }

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

background-color css

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

 a { background-color: rgb(122,116,135); }

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

border-color css

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

 span { border-color: rgb(122,116,135); }

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