Html Css Color HEX #738A99 Bermuda Grey

📋 copy color: '#738A99'

red 115 ◦ green 138 ◦ blue 153

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

Shades of Bermuda Grey #738A99

Tints of Bermuda Grey #738A99

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.99%

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

R = 28.33%
G = 33.99%
B = 37.68%

CMYK

 C value IS 0.25

 M value IS 0.10

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#738A99 (or 0x738A99) is known color: Bermuda Grey. HEX triplet: 73, 8A and 99. RGB value is (115,138,153). Sum of RGB (Red+Green+Blue) = 115+138+153=406 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.33% from 406); Green value is 138 (54.30% from 255 or 33.99% from 406); Blue value is 153 (60.16% from 255 or 37.68% from 406); Max value from RGB is 153 - color contains mainly: blue. Hex color #738A99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738A99 is #8C7566. Grayscale: #848484. Windows color (decimal): -9205095 or 10062451. OLE color: 10062451.

HSL color Cylindrical-coordinate representation of color #738A99: hue angle of 203.68º 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 #738A99 is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 115 138 153 -
CMYK 0.25 0.10 0 0.4
HSL 203.68º 0.16% 0.53% -
HSV(B) 203.68º 0.25% 0.6% -
XYZ 21.91 24.12 33.64 -
YUV 132.83 139.38 115.28 -
System Red Green Blue C M Y K H S L
Decimal 115 138 153 0.25 0.10 0 0.4 203.68 0.16 0.53
Hex 73 8A 99 19 A 0 28 CC 10 35
Octal 163 212 231 31 12 0 50 314 20 65
Binary 1110011 10001010 10011001 11001 1010 0 101000 11001100 10000 110101

Color Harmonies of #738A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738A99

Black with #738A99

Text Example


Text Example

White with #738A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738A99; }

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

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

background-color css

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

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

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

border-color css

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

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

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