Html Css Color HEX #77757C Topaz

📋 copy color: '#77757C'

red 119 ◦ green 117 ◦ blue 124

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

Shades of Topaz #77757C

Tints of Topaz #77757C

RGB

 RED value IS 119 (46.88% from 255) = 33.06%

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

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

R = 33.06%
G = 32.5%
B = 34.44%

CMYK

 C value IS 0.04

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#77757C (or 0x77757C) is known color: Topaz. HEX triplet: 77, 75 and 7C. RGB value is (119,117,124). Sum of RGB (Red+Green+Blue) = 119+117+124=360 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.06% from 360); Green value is 117 (46.09% from 255 or 32.5% from 360); Blue value is 124 (48.83% from 255 or 34.44% from 360); Max value from RGB is 124 - color contains mainly: blue. Hex color #77757C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77757C is #888A83. Grayscale: #767676. Windows color (decimal): -8948356 or 8156535. OLE color: 8156535.

HSL color Cylindrical-coordinate representation of color #77757C: hue angle of 257.14º 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 #77757C is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 119 117 124 -
CMYK 0.04 0.06 0 0.51
HSL 257.14º 0.03% 0.47% -
HSV(B) 257.14º 0.06% 0.49% -
XYZ 17.61 18.1 21.63 -
YUV 118.4 131.16 128.43 -
System Red Green Blue C M Y K H S L
Decimal 119 117 124 0.04 0.06 0 0.51 257.14 0.03 0.47
Hex 77 75 7C 4 6 0 33 101 3 2F
Octal 167 165 174 4 6 0 63 401 3 57
Binary 1110111 1110101 1111100 100 110 0 110011 100000001 11 101111

Color Harmonies of #77757C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77757C

Black with #77757C

Text Example


Text Example

White with #77757C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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