Html Css Color HEX #77757A Topaz

📋 copy color: '#77757A'

red 119 ◦ green 117 ◦ blue 122

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

Shades of Topaz #77757A

Tints of Topaz #77757A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 34.08%

R = 33.24%
G = 32.68%
B = 34.08%

CMYK

 C value IS 0.02

 M value IS 0.04

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#77757A (or 0x77757A) is known color: Topaz. HEX triplet: 77, 75 and 7A. RGB value is (119,117,122). Sum of RGB (Red+Green+Blue) = 119+117+122=358 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.24% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 122 (48.05% from 255 or 34.08% from 358); Max value from RGB is 122 - color contains mainly: blue. Hex color #77757A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77757A is #888A85. Grayscale: #767676. Windows color (decimal): -8948358 or 8025463. OLE color: 8025463.

HSL color Cylindrical-coordinate representation of color #77757A: hue angle of 264º degrees, saturation: 0.02, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #77757A is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 119 117 122 -
CMYK 0.02 0.04 0 0.52
HSL 264º 0.02% 0.47% -
HSV(B) 264º 0.04% 0.48% -
XYZ 17.48 18.05 20.97 -
YUV 118.17 130.16 128.59 -
System Red Green Blue C M Y K H S L
Decimal 119 117 122 0.02 0.04 0 0.52 264 0.02 0.47
Hex 77 75 7A 2 4 0 34 108 2 2F
Octal 167 165 172 2 4 0 64 410 2 57
Binary 1110111 1110101 1111010 10 100 0 110100 100001000 10 101111

Color Harmonies of #77757A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77757A

Black with #77757A

Text Example


Text Example

White with #77757A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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