Html Css Color HEX #738A96 Bermuda Grey

📋 copy color: '#738A96'

red 115 ◦ green 138 ◦ blue 150

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

Shades of Bermuda Grey #738A96

Tints of Bermuda Grey #738A96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 37.22%

R = 28.54%
G = 34.24%
B = 37.22%

CMYK

 C value IS 0.23

 M value IS 0.08

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#738A96 (or 0x738A96) is known color: Bermuda Grey. HEX triplet: 73, 8A and 96. RGB value is (115,138,150). Sum of RGB (Red+Green+Blue) = 115+138+150=403 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.54% from 403); Green value is 138 (54.30% from 255 or 34.24% from 403); Blue value is 150 (58.98% from 255 or 37.22% from 403); Max value from RGB is 150 - color contains mainly: blue. Hex color #738A96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738A96 is #8C7569. Grayscale: #848484. Windows color (decimal): -9205098 or 9865843. OLE color: 9865843.

HSL color Cylindrical-coordinate representation of color #738A96: hue angle of 200.57º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #738A96 is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 115 138 150 -
CMYK 0.23 0.08 0 0.41
HSL 200.57º 0.14% 0.52% -
HSV(B) 200.57º 0.23% 0.59% -
XYZ 21.66 24.02 32.35 -
YUV 132.49 137.88 115.52 -
System Red Green Blue C M Y K H S L
Decimal 115 138 150 0.23 0.08 0 0.41 200.57 0.14 0.52
Hex 73 8A 96 17 8 0 29 C9 E 34
Octal 163 212 226 27 10 0 51 311 16 64
Binary 1110011 10001010 10010110 10111 1000 0 101001 11001001 1110 110100

Color Harmonies of #738A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738A96

Black with #738A96

Text Example


Text Example

White with #738A96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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