Html Css Color HEX #799099 Bermuda Grey

📋 copy color: '#799099'

red 121 ◦ green 144 ◦ blue 153

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

Shades of Bermuda Grey #799099

Tints of Bermuda Grey #799099

RGB

 RED value IS 121 (47.66% from 255) = 28.95%

 GREEN value IS 144 (56.64% from 255) = 34.45%

 BLUE value IS 153 (60.16% from 255) = 36.6%

R = 28.95%
G = 34.45%
B = 36.6%

CMYK

 C value IS 0.21

 M value IS 0.06

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#799099 (or 0x799099) is known color: Bermuda Grey. HEX triplet: 79, 90 and 99. RGB value is (121,144,153). Sum of RGB (Red+Green+Blue) = 121+144+153=418 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.95% from 418); Green value is 144 (56.64% from 255 or 34.45% from 418); Blue value is 153 (60.16% from 255 or 36.60% from 418); Max value from RGB is 153 - color contains mainly: blue. Hex color #799099 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799099 is #866F66. Grayscale: #8A8A8A. Windows color (decimal): -8810343 or 10063993. OLE color: 10063993.

HSL color Cylindrical-coordinate representation of color #799099: hue angle of 196.88º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #799099 is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 121 144 153 -
CMYK 0.21 0.06 0 0.4
HSL 196.88º 0.14% 0.54% -
HSV(B) 196.88º 0.21% 0.6% -
XYZ 23.61 26.31 33.97 -
YUV 138.15 136.38 115.77 -
System Red Green Blue C M Y K H S L
Decimal 121 144 153 0.21 0.06 0 0.4 196.88 0.14 0.54
Hex 79 90 99 15 6 0 28 C5 E 36
Octal 171 220 231 25 6 0 50 305 16 66
Binary 1111001 10010000 10011001 10101 110 0 101000 11000101 1110 110110

Color Harmonies of #799099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799099

Black with #799099

Text Example


Text Example

White with #799099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799099; }

 p { color: rgb(121,144,153); }

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

background-color css

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

 a { background-color: rgb(121,144,153); }

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

border-color css

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

 span { border-color: rgb(121,144,153); }

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