Html Css Color HEX #78767C Topaz

📋 copy color: '#78767C'

red 120 ◦ green 118 ◦ blue 124

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

Shades of Topaz #78767C

Tints of Topaz #78767C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.6%

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

R = 33.15%
G = 32.6%
B = 34.25%

CMYK

 C value IS 0.03

 M value IS 0.05

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#78767C (or 0x78767C) is known color: Topaz. HEX triplet: 78, 76 and 7C. RGB value is (120,118,124). Sum of RGB (Red+Green+Blue) = 120+118+124=362 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.15% from 362); Green value is 118 (46.48% from 255 or 32.60% from 362); Blue value is 124 (48.83% from 255 or 34.25% from 362); Max value from RGB is 124 - color contains mainly: blue. Hex color #78767C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78767C is #878983. Grayscale: #777777. Windows color (decimal): -8882564 or 8156792. OLE color: 8156792.

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

Color convert

RGB 120 118 124 -
CMYK 0.03 0.05 0 0.51
HSL 260º 0.02% 0.47% -
HSV(B) 260º 0.05% 0.49% -
XYZ 17.86 18.41 21.68 -
YUV 119.28 130.66 128.51 -
System Red Green Blue C M Y K H S L
Decimal 120 118 124 0.03 0.05 0 0.51 260 0.02 0.47
Hex 78 76 7C 3 5 0 33 104 2 2F
Octal 170 166 174 3 5 0 63 404 2 57
Binary 1111000 1110110 1111100 11 101 0 110011 100000100 10 101111

Color Harmonies of #78767C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78767C

Black with #78767C

Text Example


Text Example

White with #78767C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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