Html Css Color HEX #78757E Topaz

📋 copy color: '#78757E'

red 120 ◦ green 117 ◦ blue 126

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

Shades of Topaz #78757E

Tints of Topaz #78757E

RGB

 RED value IS 120 (47.27% from 255) = 33.06%

 GREEN value IS 117 (46.09% from 255) = 32.23%

 BLUE value IS 126 (49.61% from 255) = 34.71%

R = 33.06%
G = 32.23%
B = 34.71%

CMYK

 C value IS 0.05

 M value IS 0.07

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#78757E (or 0x78757E) is known color: Topaz. HEX triplet: 78, 75 and 7E. RGB value is (120,117,126). Sum of RGB (Red+Green+Blue) = 120+117+126=363 (48% of max value = 765). Red value is 120 (47.27% from 255 or 33.06% from 363); Green value is 117 (46.09% from 255 or 32.23% from 363); Blue value is 126 (49.61% from 255 or 34.71% from 363); Max value from RGB is 126 - color contains mainly: blue. Hex color #78757E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78757E is #878A81. Grayscale: #767676. Windows color (decimal): -8882818 or 8287608. OLE color: 8287608.

HSL color Cylindrical-coordinate representation of color #78757E: hue angle of 260º degrees, saturation: 0.04, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #78757E is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 120 117 126 -
CMYK 0.05 0.07 0 0.51
HSL 260º 0.04% 0.48% -
HSV(B) 260º 0.07% 0.49% -
XYZ 17.87 18.22 22.31 -
YUV 118.92 131.99 128.77 -
System Red Green Blue C M Y K H S L
Decimal 120 117 126 0.05 0.07 0 0.51 260 0.04 0.48
Hex 78 75 7E 5 7 0 33 104 4 30
Octal 170 165 176 5 7 0 63 404 4 60
Binary 1111000 1110101 1111110 101 111 0 110011 100000100 100 110000

Color Harmonies of #78757E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78757E

Black with #78757E

Text Example


Text Example

White with #78757E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78757E; }

 p { color: rgb(120,117,126); }

 H1.HeaderClassName
 {
   color: #78757E;
 }
 .AnyTagClassName
 {
   color: #78757E;
 }
</style>

background-color css

<style>
 a { background-color: #78757E; }

 a { background-color: rgb(120,117,126); }

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

border-color css

<style>
 span { border-color: #78757E; }

 span { border-color: rgb(120,117,126); }

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