Html Css Color HEX #798F99 Bermuda Grey

📋 copy color: '#798F99'

red 121 ◦ green 143 ◦ blue 153

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

Shades of Bermuda Grey #798F99

Tints of Bermuda Grey #798F99

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.29%

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

R = 29.02%
G = 34.29%
B = 36.69%

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

#798F99 (or 0x798F99) is known color: Bermuda Grey. HEX triplet: 79, 8F and 99. RGB value is (121,143,153). Sum of RGB (Red+Green+Blue) = 121+143+153=417 (55% of max value = 765). Red value is 121 (47.66% from 255 or 29.02% from 417); Green value is 143 (56.25% from 255 or 34.29% from 417); Blue value is 153 (60.16% from 255 or 36.69% from 417); Max value from RGB is 153 - color contains mainly: blue. Hex color #798F99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798F99 is #867066. Grayscale: #898989. Windows color (decimal): -8810599 or 10063737. OLE color: 10063737.

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

Color convert

RGB 121 143 153 -
CMYK 0.21 0.07 0 0.4
HSL 198.75º 0.14% 0.54% -
HSV(B) 198.75º 0.21% 0.6% -
XYZ 23.46 26.01 33.92 -
YUV 137.56 136.71 116.19 -
System Red Green Blue C M Y K H S L
Decimal 121 143 153 0.21 0.07 0 0.4 198.75 0.14 0.54
Hex 79 8F 99 15 7 0 28 C7 E 36
Octal 171 217 231 25 7 0 50 307 16 66
Binary 1111001 10001111 10011001 10101 111 0 101000 11000111 1110 110110

Color Harmonies of #798F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798F99

Black with #798F99

Text Example


Text Example

White with #798F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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