Html Css Color HEX #777188 Topaz

📋 copy color: '#777188'

red 119 ◦ green 113 ◦ blue 136

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

Shades of Topaz #777188

Tints of Topaz #777188

RGB

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

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

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

R = 32.34%
G = 30.71%
B = 36.96%

CMYK

 C value IS 0.12

 M value IS 0.17

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#777188 (or 0x777188) is known color: Topaz. HEX triplet: 77, 71 and 88. RGB value is (119,113,136). Sum of RGB (Red+Green+Blue) = 119+113+136=368 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.34% from 368); Green value is 113 (44.53% from 255 or 30.71% from 368); Blue value is 136 (53.52% from 255 or 36.96% from 368); Max value from RGB is 136 - color contains mainly: blue. Hex color #777188 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777188 is #888E77. Grayscale: #757575. Windows color (decimal): -8949368 or 8941943. OLE color: 8941943.

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

Color convert

RGB 119 113 136 -
CMYK 0.12 0.17 0 0.47
HSL 255.65º 0.09% 0.49% -
HSV(B) 255.65º 0.17% 0.53% -
XYZ 17.96 17.51 25.73 -
YUV 117.42 138.49 129.13 -
System Red Green Blue C M Y K H S L
Decimal 119 113 136 0.12 0.17 0 0.47 255.65 0.09 0.49
Hex 77 71 88 C 11 0 2F 100 9 31
Octal 167 161 210 14 21 0 57 400 11 61
Binary 1110111 1110001 10001000 1100 10001 0 101111 100000000 1001 110001

Color Harmonies of #777188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777188

Black with #777188

Text Example


Text Example

White with #777188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777188; }

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

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

background-color css

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

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

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

border-color css

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

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

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