Html Css Color HEX #7793AA Bermuda Grey

📋 copy color: '#7793AA'

red 119 ◦ green 147 ◦ blue 170

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

Shades of Bermuda Grey #7793AA

Tints of Bermuda Grey #7793AA

RGB

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

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

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

R = 27.29%
G = 33.72%
B = 38.99%

CMYK

 C value IS 0.3

 M value IS 0.14

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7793AA (or 0x7793AA) is known color: Bermuda Grey. HEX triplet: 77, 93 and AA. RGB value is (119,147,170). Sum of RGB (Red+Green+Blue) = 119+147+170=436 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.29% from 436); Green value is 147 (57.81% from 255 or 33.72% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 170 - color contains mainly: blue. Hex color #7793AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7793AA is #886C55. Grayscale: #8D8D8D. Windows color (decimal): -8940630 or 11178871. OLE color: 11178871.

HSL color Cylindrical-coordinate representation of color #7793AA: hue angle of 207.06º 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 #7793AA is Cyan = 0.3, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 147 170 -
CMYK 0.3 0.14 0 0.33
HSL 207.06º 0.23% 0.57% -
HSV(B) 207.06º 0.3% 0.67% -
XYZ 25.3 27.69 42.04 -
YUV 141.25 144.22 112.13 -
System Red Green Blue C M Y K H S L
Decimal 119 147 170 0.3 0.14 0 0.33 207.06 0.23 0.57
Hex 77 93 AA 1E E 0 21 CF 17 39
Octal 167 223 252 36 16 0 41 317 27 71
Binary 1110111 10010011 10101010 11110 1110 0 100001 11001111 10111 111001

Color Harmonies of #7793AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7793AA

Black with #7793AA

Text Example


Text Example

White with #7793AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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