Html Css Color HEX #77718B Topaz

📋 copy color: '#77718B'

red 119 ◦ green 113 ◦ blue 139

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

Shades of Topaz #77718B

Tints of Topaz #77718B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.46%

 BLUE value IS 139 (54.69% from 255) = 37.47%

R = 32.08%
G = 30.46%
B = 37.47%

CMYK

 C value IS 0.14

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#77718B (or 0x77718B) is known color: Topaz. HEX triplet: 77, 71 and 8B. RGB value is (119,113,139). Sum of RGB (Red+Green+Blue) = 119+113+139=371 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.08% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 139 - color contains mainly: blue. Hex color #77718B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77718B is #888E74. Grayscale: #757575. Windows color (decimal): -8949365 or 9138551. OLE color: 9138551.

HSL color Cylindrical-coordinate representation of color #77718B: hue angle of 253.85º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #77718B is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 119 113 139 -
CMYK 0.14 0.19 0 0.45
HSL 253.85º 0.1% 0.49% -
HSV(B) 253.85º 0.19% 0.55% -
XYZ 18.17 17.6 26.86 -
YUV 117.76 139.99 128.89 -
System Red Green Blue C M Y K H S L
Decimal 119 113 139 0.14 0.19 0 0.45 253.85 0.1 0.49
Hex 77 71 8B E 13 0 2D FE A 31
Octal 167 161 213 16 23 0 55 376 12 61
Binary 1110111 1110001 10001011 1110 10011 0 101101 11111110 1010 110001

Color Harmonies of #77718B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77718B

Black with #77718B

Text Example


Text Example

White with #77718B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77718B; }

 p { color: rgb(119,113,139); }

 H1.HeaderClassName
 {
   color: #77718B;
 }
 .AnyTagClassName
 {
   color: #77718B;
 }
</style>

background-color css

<style>
 a { background-color: #77718B; }

 a { background-color: rgb(119,113,139); }

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

border-color css

<style>
 span { border-color: #77718B; }

 span { border-color: rgb(119,113,139); }

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