Html Css Color HEX #77919F Bermuda Grey

📋 copy color: '#77919F'

red 119 ◦ green 145 ◦ blue 159

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

Shades of Bermuda Grey #77919F

Tints of Bermuda Grey #77919F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.28%

 BLUE value IS 159 (62.5% from 255) = 37.59%

R = 28.13%
G = 34.28%
B = 37.59%

CMYK

 C value IS 0.25

 M value IS 0.09

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#77919F (or 0x77919F) is known color: Bermuda Grey. HEX triplet: 77, 91 and 9F. RGB value is (119,145,159). Sum of RGB (Red+Green+Blue) = 119+145+159=423 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28.13% from 423); Green value is 145 (57.03% from 255 or 34.28% from 423); Blue value is 159 (62.5% from 255 or 37.59% from 423); Max value from RGB is 159 - color contains mainly: blue. Hex color #77919F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77919F is #886E60. Grayscale: #8A8A8A. Windows color (decimal): -8941153 or 10457463. OLE color: 10457463.

HSL color Cylindrical-coordinate representation of color #77919F: hue angle of 201º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #77919F is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 119 145 159 -
CMYK 0.25 0.09 0 0.38
HSL 201º 0.17% 0.55% -
HSV(B) 201º 0.25% 0.62% -
XYZ 23.99 26.68 36.69 -
YUV 138.82 139.39 113.86 -
System Red Green Blue C M Y K H S L
Decimal 119 145 159 0.25 0.09 0 0.38 201 0.17 0.55
Hex 77 91 9F 19 9 0 26 C9 11 37
Octal 167 221 237 31 11 0 46 311 21 67
Binary 1110111 10010001 10011111 11001 1001 0 100110 11001001 10001 110111

Color Harmonies of #77919F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77919F

Black with #77919F

Text Example


Text Example

White with #77919F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77919F; }

 p { color: rgb(119,145,159); }

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

background-color css

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

 a { background-color: rgb(119,145,159); }

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

border-color css

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

 span { border-color: rgb(119,145,159); }

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