Html Css Color HEX #798D99 Bermuda Grey

📋 copy color: '#798D99'

red 121 ◦ green 141 ◦ blue 153

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

Shades of Bermuda Grey #798D99

Tints of Bermuda Grey #798D99

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.98%

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

R = 29.16%
G = 33.98%
B = 36.87%

CMYK

 C value IS 0.21

 M value IS 0.08

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#798D99 (or 0x798D99) is known color: Bermuda Grey. HEX triplet: 79, 8D and 99. RGB value is (121,141,153). Sum of RGB (Red+Green+Blue) = 121+141+153=415 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.16% from 415); Green value is 141 (55.47% from 255 or 33.98% from 415); Blue value is 153 (60.16% from 255 or 36.87% from 415); Max value from RGB is 153 - color contains mainly: blue. Hex color #798D99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798D99 is #867266. Grayscale: #888888. Windows color (decimal): -8811111 or 10063225. OLE color: 10063225.

HSL color Cylindrical-coordinate representation of color #798D99: hue angle of 202.5º 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 #798D99 is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 121 141 153 -
CMYK 0.21 0.08 0 0.4
HSL 202.5º 0.14% 0.54% -
HSV(B) 202.5º 0.21% 0.6% -
XYZ 23.16 25.41 33.82 -
YUV 136.39 137.37 117.02 -
System Red Green Blue C M Y K H S L
Decimal 121 141 153 0.21 0.08 0 0.4 202.5 0.14 0.54
Hex 79 8D 99 15 8 0 28 CA E 36
Octal 171 215 231 25 10 0 50 312 16 66
Binary 1111001 10001101 10011001 10101 1000 0 101000 11001010 1110 110110

Color Harmonies of #798D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798D99

Black with #798D99

Text Example


Text Example

White with #798D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #798D99; }

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

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

background-color css

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

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

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

border-color css

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

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

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