Html Css Color HEX #798E99 Bermuda Grey

📋 copy color: '#798E99'

red 121 ◦ green 142 ◦ blue 153

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

Shades of Bermuda Grey #798E99

Tints of Bermuda Grey #798E99

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.13%

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

R = 29.09%
G = 34.13%
B = 36.78%

CMYK

 C value IS 0.21

 M value IS 0.07

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#798E99 (or 0x798E99) is known color: Bermuda Grey. HEX triplet: 79, 8E and 99. RGB value is (121,142,153). Sum of RGB (Red+Green+Blue) = 121+142+153=416 (55% of max value = 765). Red value is 121 (47.66% from 255 or 29.09% from 416); Green value is 142 (55.86% from 255 or 34.13% from 416); Blue value is 153 (60.16% from 255 or 36.78% from 416); Max value from RGB is 153 - color contains mainly: blue. Hex color #798E99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798E99 is #867166. Grayscale: #888888. Windows color (decimal): -8810855 or 10063481. OLE color: 10063481.

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

Color convert

RGB 121 142 153 -
CMYK 0.21 0.07 0 0.4
HSL 200.63º 0.14% 0.54% -
HSV(B) 200.63º 0.21% 0.6% -
XYZ 23.31 25.71 33.87 -
YUV 136.98 137.04 116.61 -
System Red Green Blue C M Y K H S L
Decimal 121 142 153 0.21 0.07 0 0.4 200.63 0.14 0.54
Hex 79 8E 99 15 7 0 28 C9 E 36
Octal 171 216 231 25 7 0 50 311 16 66
Binary 1111001 10001110 10011001 10101 111 0 101000 11001001 1110 110110

Color Harmonies of #798E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798E99

Black with #798E99

Text Example


Text Example

White with #798E99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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