Html Css Color HEX #798D98 Bermuda Grey

📋 copy color: '#798D98'

red 121 ◦ green 141 ◦ blue 152

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

Shades of Bermuda Grey #798D98

Tints of Bermuda Grey #798D98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 36.71%

R = 29.23%
G = 34.06%
B = 36.71%

CMYK

 C value IS 0.20

 M value IS 0.07

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#798D98 (or 0x798D98) is known color: Bermuda Grey. HEX triplet: 79, 8D and 98. RGB value is (121,141,152). Sum of RGB (Red+Green+Blue) = 121+141+152=414 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.23% from 414); Green value is 141 (55.47% from 255 or 34.06% from 414); Blue value is 152 (59.77% from 255 or 36.71% from 414); Max value from RGB is 152 - color contains mainly: blue. Hex color #798D98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798D98 is #867267. Grayscale: #888888. Windows color (decimal): -8811112 or 9997689. OLE color: 9997689.

HSL color Cylindrical-coordinate representation of color #798D98: hue angle of 201.29º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #798D98 is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 121 141 152 -
CMYK 0.20 0.07 0 0.40
HSL 201.29º 0.13% 0.54% -
HSV(B) 201.29º 0.2% 0.6% -
XYZ 23.08 25.38 33.39 -
YUV 136.27 136.87 117.11 -
System Red Green Blue C M Y K H S L
Decimal 121 141 152 0.20 0.07 0 0.40 201.29 0.13 0.54
Hex 79 8D 98 14 7 0 28 C9 D 36
Octal 171 215 230 24 7 0 50 311 15 66
Binary 1111001 10001101 10011000 10100 111 0 101000 11001001 1101 110110

Color Harmonies of #798D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798D98

Black with #798D98

Text Example


Text Example

White with #798D98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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