Html Css Color HEX #7B797F Topaz

📋 copy color: '#7B797F'

red 123 ◦ green 121 ◦ blue 127

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

Shades of Topaz #7B797F

Tints of Topaz #7B797F

RGB

 RED value IS 123 (48.44% from 255) = 33.15%

 GREEN value IS 121 (47.66% from 255) = 32.61%

 BLUE value IS 127 (50% from 255) = 34.23%

R = 33.15%
G = 32.61%
B = 34.23%

CMYK

 C value IS 0.03

 M value IS 0.05

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#7B797F (or 0x7B797F) is known color: Topaz. HEX triplet: 7B, 79 and 7F. RGB value is (123,121,127). Sum of RGB (Red+Green+Blue) = 123+121+127=371 (49% of max value = 765). Red value is 123 (48.44% from 255 or 33.15% from 371); Green value is 121 (47.66% from 255 or 32.61% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 127 - color contains mainly: blue. Hex color #7B797F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B797F is #848680. Grayscale: #7A7A7A. Windows color (decimal): -8685185 or 8354171. OLE color: 8354171.

HSL color Cylindrical-coordinate representation of color #7B797F: hue angle of 260º degrees, saturation: 0.02, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #7B797F is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 123 121 127 -
CMYK 0.03 0.05 0 0.50
HSL 260º 0.02% 0.49% -
HSV(B) 260º 0.05% 0.5% -
XYZ 18.84 19.42 22.83 -
YUV 122.28 130.66 128.51 -
System Red Green Blue C M Y K H S L
Decimal 123 121 127 0.03 0.05 0 0.50 260 0.02 0.49
Hex 7B 79 7F 3 5 0 32 104 2 31
Octal 173 171 177 3 5 0 62 404 2 61
Binary 1111011 1111001 1111111 11 101 0 110010 100000100 10 110001

Color Harmonies of #7B797F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B797F

Black with #7B797F

Text Example


Text Example

White with #7B797F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,121,127); }

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

background-color css

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

 a { background-color: rgb(123,121,127); }

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

border-color css

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

 span { border-color: rgb(123,121,127); }

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