Html Css Color HEX #7794AB Bermuda Grey

📋 copy color: '#7794AB'

red 119 ◦ green 148 ◦ blue 171

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

Shades of Bermuda Grey #7794AB

Tints of Bermuda Grey #7794AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.04%

R = 27.17%
G = 33.79%
B = 39.04%

CMYK

 C value IS 0.30

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7794AB (or 0x7794AB) is known color: Bermuda Grey. HEX triplet: 77, 94 and AB. RGB value is (119,148,171). Sum of RGB (Red+Green+Blue) = 119+148+171=438 (58% of max value = 765). Red value is 119 (46.88% from 255 or 27.17% from 438); Green value is 148 (58.20% from 255 or 33.79% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 171 - color contains mainly: blue. Hex color #7794AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7794AB is #886B54. Grayscale: #8D8D8D. Windows color (decimal): -8940373 or 11244663. OLE color: 11244663.

HSL color Cylindrical-coordinate representation of color #7794AB: hue angle of 206.54º degrees, saturation: 0.24, 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 #7794AB is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 148 171 -
CMYK 0.30 0.13 0 0.33
HSL 206.54º 0.24% 0.57% -
HSV(B) 206.54º 0.3% 0.67% -
XYZ 25.55 28.04 42.59 -
YUV 141.95 144.39 111.63 -
System Red Green Blue C M Y K H S L
Decimal 119 148 171 0.30 0.13 0 0.33 206.54 0.24 0.57
Hex 77 94 AB 1E D 0 21 CF 18 39
Octal 167 224 253 36 15 0 41 317 30 71
Binary 1110111 10010100 10101011 11110 1101 0 100001 11001111 11000 111001

Color Harmonies of #7794AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7794AB

Black with #7794AB

Text Example


Text Example

White with #7794AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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