Html Css Color HEX #777384 Topaz

📋 copy color: '#777384'

red 119 ◦ green 115 ◦ blue 132

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

Shades of Topaz #777384

Tints of Topaz #777384

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.42%

 BLUE value IS 132 (51.95% from 255) = 36.07%

R = 32.51%
G = 31.42%
B = 36.07%

CMYK

 C value IS 0.10

 M value IS 0.13

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#777384 (or 0x777384) is known color: Topaz. HEX triplet: 77, 73 and 84. RGB value is (119,115,132). Sum of RGB (Red+Green+Blue) = 119+115+132=366 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.51% from 366); Green value is 115 (45.31% from 255 or 31.42% from 366); Blue value is 132 (51.95% from 255 or 36.07% from 366); Max value from RGB is 132 - color contains mainly: blue. Hex color #777384 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777384 is #888C7B. Grayscale: #767676. Windows color (decimal): -8948860 or 8680311. OLE color: 8680311.

HSL color Cylindrical-coordinate representation of color #777384: hue angle of 254.12º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #777384 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 119 115 132 -
CMYK 0.10 0.13 0 0.48
HSL 254.12º 0.07% 0.48% -
HSV(B) 254.12º 0.13% 0.52% -
XYZ 17.9 17.85 24.33 -
YUV 118.13 135.83 128.62 -
System Red Green Blue C M Y K H S L
Decimal 119 115 132 0.10 0.13 0 0.48 254.12 0.07 0.48
Hex 77 73 84 A D 0 30 FE 7 30
Octal 167 163 204 12 15 0 60 376 7 60
Binary 1110111 1110011 10000100 1010 1101 0 110000 11111110 111 110000

Color Harmonies of #777384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777384

Black with #777384

Text Example


Text Example

White with #777384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777384; }

 p { color: rgb(119,115,132); }

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

background-color css

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

 a { background-color: rgb(119,115,132); }

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

border-color css

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

 span { border-color: rgb(119,115,132); }

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