Html Css Color HEX #77959B Gothic

📋 copy color: '#77959B'

red 119 ◦ green 149 ◦ blue 155

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

Shades of Gothic #77959B

Tints of Gothic #77959B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.22%

 BLUE value IS 155 (60.94% from 255) = 36.64%

R = 28.13%
G = 35.22%
B = 36.64%

CMYK

 C value IS 0.23

 M value IS 0.04

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#77959B (or 0x77959B) is known color: Gothic. HEX triplet: 77, 95 and 9B. RGB value is (119,149,155). Sum of RGB (Red+Green+Blue) = 119+149+155=423 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28.13% from 423); Green value is 149 (58.59% from 255 or 35.22% from 423); Blue value is 155 (60.94% from 255 or 36.64% from 423); Max value from RGB is 155 - color contains mainly: blue. Hex color #77959B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77959B is #886A64. Grayscale: #8C8C8C. Windows color (decimal): -8940133 or 10196343. OLE color: 10196343.

HSL color Cylindrical-coordinate representation of color #77959B: hue angle of 190º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #77959B is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 119 149 155 -
CMYK 0.23 0.04 0 0.39
HSL 190º 0.15% 0.54% -
HSV(B) 190º 0.23% 0.61% -
XYZ 24.27 27.78 35.09 -
YUV 140.71 136.06 112.51 -
System Red Green Blue C M Y K H S L
Decimal 119 149 155 0.23 0.04 0 0.39 190 0.15 0.54
Hex 77 95 9B 17 4 0 27 BE F 36
Octal 167 225 233 27 4 0 47 276 17 66
Binary 1110111 10010101 10011011 10111 100 0 100111 10111110 1111 110110

Color Harmonies of #77959B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77959B

Black with #77959B

Text Example


Text Example

White with #77959B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77959B; }

 p { color: rgb(119,149,155); }

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

background-color css

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

 a { background-color: rgb(119,149,155); }

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

border-color css

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

 span { border-color: rgb(119,149,155); }

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