Html Css Color HEX #7A748B Topaz

📋 copy color: '#7A748B'

red 122 ◦ green 116 ◦ blue 139

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

Shades of Topaz #7A748B

Tints of Topaz #7A748B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.87%

R = 32.36%
G = 30.77%
B = 36.87%

CMYK

 C value IS 0.12

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7A748B (or 0x7A748B) is known color: Topaz. HEX triplet: 7A, 74 and 8B. RGB value is (122,116,139). Sum of RGB (Red+Green+Blue) = 122+116+139=377 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.36% from 377); Green value is 116 (45.70% from 255 or 30.77% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 139 - color contains mainly: blue. Hex color #7A748B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A748B is #858B74. Grayscale: #787878. Windows color (decimal): -8751989 or 9139322. OLE color: 9139322.

HSL color Cylindrical-coordinate representation of color #7A748B: hue angle of 255.65º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7A748B is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 122 116 139 -
CMYK 0.12 0.17 0 0.45
HSL 255.65º 0.09% 0.5% -
HSV(B) 255.65º 0.17% 0.55% -
XYZ 18.93 18.49 27 -
YUV 120.42 138.49 129.13 -
System Red Green Blue C M Y K H S L
Decimal 122 116 139 0.12 0.17 0 0.45 255.65 0.09 0.5
Hex 7A 74 8B C 11 0 2D 100 9 32
Octal 172 164 213 14 21 0 55 400 11 62
Binary 1111010 1110100 10001011 1100 10001 0 101101 100000000 1001 110010

Color Harmonies of #7A748B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A748B

Black with #7A748B

Text Example


Text Example

White with #7A748B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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