Html Css Color HEX #78757C Topaz

📋 copy color: '#78757C'

red 120 ◦ green 117 ◦ blue 124

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

Shades of Topaz #78757C

Tints of Topaz #78757C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 34.35%

R = 33.24%
G = 32.41%
B = 34.35%

CMYK

 C value IS 0.03

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#78757C (or 0x78757C) is known color: Topaz. HEX triplet: 78, 75 and 7C. RGB value is (120,117,124). Sum of RGB (Red+Green+Blue) = 120+117+124=361 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.24% from 361); Green value is 117 (46.09% from 255 or 32.41% from 361); Blue value is 124 (48.83% from 255 or 34.35% from 361); Max value from RGB is 124 - color contains mainly: blue. Hex color #78757C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78757C is #878A83. Grayscale: #767676. Windows color (decimal): -8882820 or 8156536. OLE color: 8156536.

HSL color Cylindrical-coordinate representation of color #78757C: hue angle of 265.71º degrees, saturation: 0.03, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #78757C is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 120 117 124 -
CMYK 0.03 0.06 0 0.51
HSL 265.71º 0.03% 0.47% -
HSV(B) 265.71º 0.06% 0.49% -
XYZ 17.75 18.17 21.64 -
YUV 118.7 130.99 128.93 -
System Red Green Blue C M Y K H S L
Decimal 120 117 124 0.03 0.06 0 0.51 265.71 0.03 0.47
Hex 78 75 7C 3 6 0 33 10A 3 2F
Octal 170 165 174 3 6 0 63 412 3 57
Binary 1111000 1110101 1111100 11 110 0 110011 100001010 11 101111

Color Harmonies of #78757C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78757C

Black with #78757C

Text Example


Text Example

White with #78757C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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