Html Css Color HEX #77939A Bermuda Grey

📋 copy color: '#77939A'

red 119 ◦ green 147 ◦ blue 154

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

Shades of Bermuda Grey #77939A

Tints of Bermuda Grey #77939A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35%

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

R = 28.33%
G = 35%
B = 36.67%

CMYK

 C value IS 0.23

 M value IS 0.05

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#77939A (or 0x77939A) is known color: Bermuda Grey. HEX triplet: 77, 93 and 9A. RGB value is (119,147,154). Sum of RGB (Red+Green+Blue) = 119+147+154=420 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.33% from 420); Green value is 147 (57.81% from 255 or 35% from 420); Blue value is 154 (60.55% from 255 or 36.67% from 420); Max value from RGB is 154 - color contains mainly: blue. Hex color #77939A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77939A is #886C65. Grayscale: #8B8B8B. Windows color (decimal): -8940646 or 10130295. OLE color: 10130295.

HSL color Cylindrical-coordinate representation of color #77939A: hue angle of 192º 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 #77939A is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 119 147 154 -
CMYK 0.23 0.05 0 0.40
HSL 192º 0.15% 0.54% -
HSV(B) 192º 0.23% 0.6% -
XYZ 23.87 27.12 34.55 -
YUV 139.43 136.22 113.43 -
System Red Green Blue C M Y K H S L
Decimal 119 147 154 0.23 0.05 0 0.40 192 0.15 0.54
Hex 77 93 9A 17 5 0 28 C0 F 36
Octal 167 223 232 27 5 0 50 300 17 66
Binary 1110111 10010011 10011010 10111 101 0 101000 11000000 1111 110110

Color Harmonies of #77939A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77939A

Black with #77939A

Text Example


Text Example

White with #77939A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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