Html Css Color HEX #77949F Bermuda Grey

📋 copy color: '#77949F'

red 119 ◦ green 148 ◦ blue 159

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

Shades of Bermuda Grey #77949F

Tints of Bermuda Grey #77949F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.74%

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

R = 27.93%
G = 34.74%
B = 37.32%

CMYK

 C value IS 0.25

 M value IS 0.07

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#77949F (or 0x77949F) is known color: Bermuda Grey. HEX triplet: 77, 94 and 9F. RGB value is (119,148,159). Sum of RGB (Red+Green+Blue) = 119+148+159=426 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.93% from 426); Green value is 148 (58.20% from 255 or 34.74% from 426); Blue value is 159 (62.5% from 255 or 37.32% from 426); Max value from RGB is 159 - color contains mainly: blue. Hex color #77949F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77949F is #886B60. Grayscale: #8C8C8C. Windows color (decimal): -8940385 or 10458231. OLE color: 10458231.

HSL color Cylindrical-coordinate representation of color #77949F: hue angle of 196.5º 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 #77949F is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 119 148 159 -
CMYK 0.25 0.07 0 0.38
HSL 196.5º 0.17% 0.55% -
HSV(B) 196.5º 0.25% 0.62% -
XYZ 24.46 27.6 36.84 -
YUV 140.58 138.39 112.61 -
System Red Green Blue C M Y K H S L
Decimal 119 148 159 0.25 0.07 0 0.38 196.5 0.17 0.55
Hex 77 94 9F 19 7 0 26 C4 11 37
Octal 167 224 237 31 7 0 46 304 21 67
Binary 1110111 10010100 10011111 11001 111 0 100110 11000100 10001 110111

Color Harmonies of #77949F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77949F

Black with #77949F

Text Example


Text Example

White with #77949F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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