Html Css Color HEX #7A788C Topaz

📋 copy color: '#7A788C'

red 122 ◦ green 120 ◦ blue 140

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

Shades of Topaz #7A788C

Tints of Topaz #7A788C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.41%

 BLUE value IS 140 (55.08% from 255) = 36.65%

R = 31.94%
G = 31.41%
B = 36.65%

CMYK

 C value IS 0.13

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7A788C (or 0x7A788C) is known color: Topaz. HEX triplet: 7A, 78 and 8C. RGB value is (122,120,140). Sum of RGB (Red+Green+Blue) = 122+120+140=382 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.94% from 382); Green value is 120 (47.27% from 255 or 31.41% from 382); Blue value is 140 (55.08% from 255 or 36.65% from 382); Max value from RGB is 140 - color contains mainly: blue. Hex color #7A788C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A788C is #858773. Grayscale: #7A7A7A. Windows color (decimal): -8750964 or 9205882. OLE color: 9205882.

HSL color Cylindrical-coordinate representation of color #7A788C: hue angle of 246º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7A788C is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 122 120 140 -
CMYK 0.13 0.14 0 0.45
HSL 246º 0.08% 0.51% -
HSV(B) 246º 0.14% 0.55% -
XYZ 19.48 19.46 27.54 -
YUV 122.88 137.66 127.37 -
System Red Green Blue C M Y K H S L
Decimal 122 120 140 0.13 0.14 0 0.45 246 0.08 0.51
Hex 7A 78 8C D E 0 2D F6 8 33
Octal 172 170 214 15 16 0 55 366 10 63
Binary 1111010 1111000 10001100 1101 1110 0 101101 11110110 1000 110011

Color Harmonies of #7A788C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A788C

Black with #7A788C

Text Example


Text Example

White with #7A788C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,120,140); }

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

background-color css

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

 a { background-color: rgb(122,120,140); }

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

border-color css

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

 span { border-color: rgb(122,120,140); }

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