Html Css Color HEX #739099 Bermuda Grey

📋 copy color: '#739099'

red 115 ◦ green 144 ◦ blue 153

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

Shades of Bermuda Grey #739099

Tints of Bermuda Grey #739099

RGB

 RED value IS 115 (45.31% from 255) = 27.91%

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

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

R = 27.91%
G = 34.95%
B = 37.14%

CMYK

 C value IS 0.25

 M value IS 0.06

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#739099 (or 0x739099) is known color: Bermuda Grey. HEX triplet: 73, 90 and 99. RGB value is (115,144,153). Sum of RGB (Red+Green+Blue) = 115+144+153=412 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.91% from 412); Green value is 144 (56.64% from 255 or 34.95% from 412); Blue value is 153 (60.16% from 255 or 37.14% from 412); Max value from RGB is 153 - color contains mainly: blue. Hex color #739099 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739099 is #8C6F66. Grayscale: #888888. Windows color (decimal): -9203559 or 10063987. OLE color: 10063987.

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

Color convert

RGB 115 144 153 -
CMYK 0.25 0.06 0 0.4
HSL 194.21º 0.16% 0.53% -
HSV(B) 194.21º 0.25% 0.6% -
XYZ 22.79 25.89 33.93 -
YUV 136.36 137.39 112.77 -
System Red Green Blue C M Y K H S L
Decimal 115 144 153 0.25 0.06 0 0.4 194.21 0.16 0.53
Hex 73 90 99 19 6 0 28 C2 10 35
Octal 163 220 231 31 6 0 50 302 20 65
Binary 1110011 10010000 10011001 11001 110 0 101000 11000010 10000 110101

Color Harmonies of #739099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739099

Black with #739099

Text Example


Text Example

White with #739099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739099; }

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

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

background-color css

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

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

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

border-color css

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

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

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