Html Css Color HEX #776C8C Topaz

📋 copy color: '#776C8C'

red 119 ◦ green 108 ◦ blue 140

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

Shades of Topaz #776C8C

Tints of Topaz #776C8C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.43%

 BLUE value IS 140 (55.08% from 255) = 38.15%

R = 32.43%
G = 29.43%
B = 38.15%

CMYK

 C value IS 0.15

 M value IS 0.23

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#776C8C (or 0x776C8C) is known color: Topaz. HEX triplet: 77, 6C and 8C. RGB value is (119,108,140). Sum of RGB (Red+Green+Blue) = 119+108+140=367 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.43% from 367); Green value is 108 (42.58% from 255 or 29.43% from 367); Blue value is 140 (55.08% from 255 or 38.15% from 367); Max value from RGB is 140 - color contains mainly: blue. Hex color #776C8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776C8C is #889373. Grayscale: #727272. Windows color (decimal): -8950644 or 9202807. OLE color: 9202807.

HSL color Cylindrical-coordinate representation of color #776C8C: hue angle of 260.62º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #776C8C is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 119 108 140 -
CMYK 0.15 0.23 0 0.45
HSL 260.63º 0.13% 0.49% -
HSV(B) 260.63º 0.23% 0.55% -
XYZ 17.7 16.54 27.07 -
YUV 114.94 142.14 130.9 -
System Red Green Blue C M Y K H S L
Decimal 119 108 140 0.15 0.23 0 0.45 260.63 0.13 0.49
Hex 77 6C 8C F 17 0 2D 105 D 31
Octal 167 154 214 17 27 0 55 405 15 61
Binary 1110111 1101100 10001100 1111 10111 0 101101 100000101 1101 110001

Color Harmonies of #776C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776C8C

Black with #776C8C

Text Example


Text Example

White with #776C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776C8C; }

 p { color: rgb(119,108,140); }

 H1.HeaderClassName
 {
   color: #776C8C;
 }
 .AnyTagClassName
 {
   color: #776C8C;
 }
</style>

background-color css

<style>
 a { background-color: #776C8C; }

 a { background-color: rgb(119,108,140); }

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

border-color css

<style>
 span { border-color: #776C8C; }

 span { border-color: rgb(119,108,140); }

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