Html Css Color HEX #777388 Topaz

📋 copy color: '#777388'

red 119 ◦ green 115 ◦ blue 136

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

Shades of Topaz #777388

Tints of Topaz #777388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 36.76%

R = 32.16%
G = 31.08%
B = 36.76%

CMYK

 C value IS 0.12

 M value IS 0.15

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#777388 (or 0x777388) is known color: Topaz. HEX triplet: 77, 73 and 88. RGB value is (119,115,136). Sum of RGB (Red+Green+Blue) = 119+115+136=370 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.16% from 370); Green value is 115 (45.31% from 255 or 31.08% from 370); Blue value is 136 (53.52% from 255 or 36.76% from 370); Max value from RGB is 136 - color contains mainly: blue. Hex color #777388 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777388 is #888C77. Grayscale: #767676. Windows color (decimal): -8948856 or 8942455. OLE color: 8942455.

HSL color Cylindrical-coordinate representation of color #777388: hue angle of 251.43º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #777388 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 119 115 136 -
CMYK 0.12 0.15 0 0.47
HSL 251.43º 0.08% 0.49% -
HSV(B) 251.43º 0.15% 0.53% -
XYZ 18.18 17.96 25.8 -
YUV 118.59 137.83 128.29 -
System Red Green Blue C M Y K H S L
Decimal 119 115 136 0.12 0.15 0 0.47 251.43 0.08 0.49
Hex 77 73 88 C F 0 2F FB 8 31
Octal 167 163 210 14 17 0 57 373 10 61
Binary 1110111 1110011 10001000 1100 1111 0 101111 11111011 1000 110001

Color Harmonies of #777388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777388

Black with #777388

Text Example


Text Example

White with #777388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777388; }

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

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

background-color css

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

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

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

border-color css

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

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

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