Html Css Color HEX #77718A Topaz

📋 copy color: '#77718A'

red 119 ◦ green 113 ◦ blue 138

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

Shades of Topaz #77718A

Tints of Topaz #77718A

RGB

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

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

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

R = 32.16%
G = 30.54%
B = 37.3%

CMYK

 C value IS 0.14

 M value IS 0.18

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#77718A (or 0x77718A) is known color: Topaz. HEX triplet: 77, 71 and 8A. RGB value is (119,113,138). Sum of RGB (Red+Green+Blue) = 119+113+138=370 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.16% from 370); Green value is 113 (44.53% from 255 or 30.54% from 370); Blue value is 138 (54.30% from 255 or 37.30% from 370); Max value from RGB is 138 - color contains mainly: blue. Hex color #77718A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77718A is #888E75. Grayscale: #757575. Windows color (decimal): -8949366 or 9073015. OLE color: 9073015.

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

Color convert

RGB 119 113 138 -
CMYK 0.14 0.18 0 0.46
HSL 254.4º 0.1% 0.49% -
HSV(B) 254.4º 0.18% 0.54% -
XYZ 18.1 17.57 26.48 -
YUV 117.64 139.49 128.97 -
System Red Green Blue C M Y K H S L
Decimal 119 113 138 0.14 0.18 0 0.46 254.4 0.1 0.49
Hex 77 71 8A E 12 0 2E FE A 31
Octal 167 161 212 16 22 0 56 376 12 61
Binary 1110111 1110001 10001010 1110 10010 0 101110 11111110 1010 110001

Color Harmonies of #77718A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77718A

Black with #77718A

Text Example


Text Example

White with #77718A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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