Html Css Color HEX #799299 Bermuda Grey

📋 copy color: '#799299'

red 121 ◦ green 146 ◦ blue 153

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

Shades of Bermuda Grey #799299

Tints of Bermuda Grey #799299

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.76%

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

R = 28.81%
G = 34.76%
B = 36.43%

CMYK

 C value IS 0.21

 M value IS 0.05

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#799299 (or 0x799299) is known color: Bermuda Grey. HEX triplet: 79, 92 and 99. RGB value is (121,146,153). Sum of RGB (Red+Green+Blue) = 121+146+153=420 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.81% from 420); Green value is 146 (57.42% from 255 or 34.76% from 420); Blue value is 153 (60.16% from 255 or 36.43% from 420); Max value from RGB is 153 - color contains mainly: blue. Hex color #799299 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799299 is #866D66. Grayscale: #8B8B8B. Windows color (decimal): -8809831 or 10064505. OLE color: 10064505.

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

Color convert

RGB 121 146 153 -
CMYK 0.21 0.05 0 0.4
HSL 193.13º 0.14% 0.54% -
HSV(B) 193.13º 0.21% 0.6% -
XYZ 23.91 26.92 34.07 -
YUV 139.32 135.72 114.93 -
System Red Green Blue C M Y K H S L
Decimal 121 146 153 0.21 0.05 0 0.4 193.13 0.14 0.54
Hex 79 92 99 15 5 0 28 C1 E 36
Octal 171 222 231 25 5 0 50 301 16 66
Binary 1111001 10010010 10011001 10101 101 0 101000 11000001 1110 110110

Color Harmonies of #799299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799299

Black with #799299

Text Example


Text Example

White with #799299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799299; }

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

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

background-color css

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

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

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

border-color css

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

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

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