Html Css Color HEX #789099 Bermuda Grey

📋 copy color: '#789099'

red 120 ◦ green 144 ◦ blue 153

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

Shades of Bermuda Grey #789099

Tints of Bermuda Grey #789099

RGB

 RED value IS 120 (47.27% from 255) = 28.78%

 GREEN value IS 144 (56.64% from 255) = 34.53%

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

R = 28.78%
G = 34.53%
B = 36.69%

CMYK

 C value IS 0.22

 M value IS 0.06

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#789099 (or 0x789099) is known color: Bermuda Grey. HEX triplet: 78, 90 and 99. RGB value is (120,144,153). Sum of RGB (Red+Green+Blue) = 120+144+153=417 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.78% from 417); Green value is 144 (56.64% from 255 or 34.53% 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 #789099 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789099 is #876F66. Grayscale: #898989. Windows color (decimal): -8875879 or 10063992. OLE color: 10063992.

HSL color Cylindrical-coordinate representation of color #789099: hue angle of 196.36º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #789099 is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 120 144 153 -
CMYK 0.22 0.06 0 0.4
HSL 196.36º 0.14% 0.54% -
HSV(B) 196.36º 0.22% 0.6% -
XYZ 23.47 26.24 33.96 -
YUV 137.85 136.55 115.27 -
System Red Green Blue C M Y K H S L
Decimal 120 144 153 0.22 0.06 0 0.4 196.36 0.14 0.54
Hex 78 90 99 16 6 0 28 C4 E 36
Octal 170 220 231 26 6 0 50 304 16 66
Binary 1111000 10010000 10011001 10110 110 0 101000 11000100 1110 110110

Color Harmonies of #789099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789099

Black with #789099

Text Example


Text Example

White with #789099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #789099; }

 p { color: rgb(120,144,153); }

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

background-color css

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

 a { background-color: rgb(120,144,153); }

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

border-color css

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

 span { border-color: rgb(120,144,153); }

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