Html Css Color HEX #7A7185 Topaz

📋 copy color: '#7A7185'

red 122 ◦ green 113 ◦ blue 133

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

Shades of Topaz #7A7185

Tints of Topaz #7A7185

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.71%

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

R = 33.15%
G = 30.71%
B = 36.14%

CMYK

 C value IS 0.08

 M value IS 0.15

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#7A7185 (or 0x7A7185) is known color: Topaz. HEX triplet: 7A, 71 and 85. RGB value is (122,113,133). Sum of RGB (Red+Green+Blue) = 122+113+133=368 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.15% from 368); Green value is 113 (44.53% from 255 or 30.71% from 368); Blue value is 133 (52.34% from 255 or 36.14% from 368); Max value from RGB is 133 - color contains mainly: blue. Hex color #7A7185 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7185 is #858E7A. Grayscale: #757575. Windows color (decimal): -8752763 or 8745338. OLE color: 8745338.

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

Color convert

RGB 122 113 133 -
CMYK 0.08 0.15 0 0.48
HSL 267º 0.08% 0.48% -
HSV(B) 267º 0.15% 0.52% -
XYZ 18.16 17.64 24.64 -
YUV 117.97 136.48 130.87 -
System Red Green Blue C M Y K H S L
Decimal 122 113 133 0.08 0.15 0 0.48 267 0.08 0.48
Hex 7A 71 85 8 F 0 30 10B 8 30
Octal 172 161 205 10 17 0 60 413 10 60
Binary 1111010 1110001 10000101 1000 1111 0 110000 100001011 1000 110000

Color Harmonies of #7A7185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7185

Black with #7A7185

Text Example


Text Example

White with #7A7185

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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