Html Css Color HEX #77728A Topaz

📋 copy color: '#77728A'

red 119 ◦ green 114 ◦ blue 138

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

Shades of Topaz #77728A

Tints of Topaz #77728A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.73%

 BLUE value IS 138 (54.3% from 255) = 37.2%

R = 32.08%
G = 30.73%
B = 37.2%

CMYK

 C value IS 0.14

 M value IS 0.17

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#77728A (or 0x77728A) is known color: Topaz. HEX triplet: 77, 72 and 8A. RGB value is (119,114,138). Sum of RGB (Red+Green+Blue) = 119+114+138=371 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.08% from 371); Green value is 114 (44.92% from 255 or 30.73% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 138 - color contains mainly: blue. Hex color #77728A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77728A is #888D75. Grayscale: #767676. Windows color (decimal): -8949110 or 9073271. OLE color: 9073271.

HSL color Cylindrical-coordinate representation of color #77728A: hue angle of 252.5º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #77728A is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 119 114 138 -
CMYK 0.14 0.17 0 0.46
HSL 252.5º 0.1% 0.49% -
HSV(B) 252.5º 0.17% 0.54% -
XYZ 18.21 17.79 26.52 -
YUV 118.23 139.16 128.55 -
System Red Green Blue C M Y K H S L
Decimal 119 114 138 0.14 0.17 0 0.46 252.5 0.1 0.49
Hex 77 72 8A E 11 0 2E FD A 31
Octal 167 162 212 16 21 0 56 375 12 61
Binary 1110111 1110010 10001010 1110 10001 0 101110 11111101 1010 110001

Color Harmonies of #77728A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77728A

Black with #77728A

Text Example


Text Example

White with #77728A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,114,138); }

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

background-color css

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

 a { background-color: rgb(119,114,138); }

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

border-color css

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

 span { border-color: rgb(119,114,138); }

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