Html Css Color HEX #77909A Bermuda Grey

📋 copy color: '#77909A'

red 119 ◦ green 144 ◦ blue 154

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

Shades of Bermuda Grey #77909A

Tints of Bermuda Grey #77909A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.53%

 BLUE value IS 154 (60.55% from 255) = 36.93%

R = 28.54%
G = 34.53%
B = 36.93%

CMYK

 C value IS 0.23

 M value IS 0.06

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#77909A (or 0x77909A) is known color: Bermuda Grey. HEX triplet: 77, 90 and 9A. RGB value is (119,144,154). Sum of RGB (Red+Green+Blue) = 119+144+154=417 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.54% from 417); Green value is 144 (56.64% from 255 or 34.53% from 417); Blue value is 154 (60.55% from 255 or 36.93% from 417); Max value from RGB is 154 - color contains mainly: blue. Hex color #77909A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77909A is #886F65. Grayscale: #898989. Windows color (decimal): -8941414 or 10129527. OLE color: 10129527.

HSL color Cylindrical-coordinate representation of color #77909A: hue angle of 197.14º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #77909A is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 119 144 154 -
CMYK 0.23 0.06 0 0.40
HSL 197.14º 0.15% 0.54% -
HSV(B) 197.14º 0.23% 0.6% -
XYZ 23.41 26.2 34.4 -
YUV 137.67 137.22 114.69 -
System Red Green Blue C M Y K H S L
Decimal 119 144 154 0.23 0.06 0 0.40 197.14 0.15 0.54
Hex 77 90 9A 17 6 0 28 C5 F 36
Octal 167 220 232 27 6 0 50 305 17 66
Binary 1110111 10010000 10011010 10111 110 0 101000 11000101 1111 110110

Color Harmonies of #77909A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77909A

Black with #77909A

Text Example


Text Example

White with #77909A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77909A; }

 p { color: rgb(119,144,154); }

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

background-color css

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

 a { background-color: rgb(119,144,154); }

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

border-color css

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

 span { border-color: rgb(119,144,154); }

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