Html Css Color HEX #7794AA Bermuda Grey

📋 copy color: '#7794AA'

red 119 ◦ green 148 ◦ blue 170

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

Shades of Bermuda Grey #7794AA

Tints of Bermuda Grey #7794AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.9%

R = 27.23%
G = 33.87%
B = 38.9%

CMYK

 C value IS 0.3

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7794AA (or 0x7794AA) is known color: Bermuda Grey. HEX triplet: 77, 94 and AA. RGB value is (119,148,170). Sum of RGB (Red+Green+Blue) = 119+148+170=437 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.23% from 437); Green value is 148 (58.20% from 255 or 33.87% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 170 - color contains mainly: blue. Hex color #7794AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7794AA is #886B55. Grayscale: #8D8D8D. Windows color (decimal): -8940374 or 11179127. OLE color: 11179127.

HSL color Cylindrical-coordinate representation of color #7794AA: hue angle of 205.88º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7794AA is Cyan = 0.3, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 148 170 -
CMYK 0.3 0.13 0 0.33
HSL 205.88º 0.23% 0.57% -
HSV(B) 205.88º 0.3% 0.67% -
XYZ 25.45 28 42.09 -
YUV 141.84 143.89 111.71 -
System Red Green Blue C M Y K H S L
Decimal 119 148 170 0.3 0.13 0 0.33 205.88 0.23 0.57
Hex 77 94 AA 1E D 0 21 CE 17 39
Octal 167 224 252 36 15 0 41 316 27 71
Binary 1110111 10010100 10101010 11110 1101 0 100001 11001110 10111 111001

Color Harmonies of #7794AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7794AA

Black with #7794AA

Text Example


Text Example

White with #7794AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7794AA; }

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

 H1.HeaderClassName
 {
   color: #7794AA;
 }
 .AnyTagClassName
 {
   color: #7794AA;
 }
</style>

background-color css

<style>
 a { background-color: #7794AA; }

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

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

border-color css

<style>
 span { border-color: #7794AA; }

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

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