Html Css Color HEX #738995 Bermuda Grey

📋 copy color: '#738995'

red 115 ◦ green 137 ◦ blue 149

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

Shades of Bermuda Grey #738995

Tints of Bermuda Grey #738995

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.16%

 BLUE value IS 149 (58.59% from 255) = 37.16%

R = 28.68%
G = 34.16%
B = 37.16%

CMYK

 C value IS 0.23

 M value IS 0.08

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#738995 (or 0x738995) is known color: Bermuda Grey. HEX triplet: 73, 89 and 95. RGB value is (115,137,149). Sum of RGB (Red+Green+Blue) = 115+137+149=401 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.68% from 401); Green value is 137 (53.91% from 255 or 34.16% from 401); Blue value is 149 (58.59% from 255 or 37.16% from 401); Max value from RGB is 149 - color contains mainly: blue. Hex color #738995 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738995 is #8C766A. Grayscale: #838383. Windows color (decimal): -9205355 or 9800051. OLE color: 9800051.

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

Color convert

RGB 115 137 149 -
CMYK 0.23 0.08 0 0.42
HSL 201.18º 0.14% 0.52% -
HSV(B) 201.18º 0.23% 0.58% -
XYZ 21.44 23.71 31.88 -
YUV 131.79 137.71 116.02 -
System Red Green Blue C M Y K H S L
Decimal 115 137 149 0.23 0.08 0 0.42 201.18 0.14 0.52
Hex 73 89 95 17 8 0 2A C9 E 34
Octal 163 211 225 27 10 0 52 311 16 64
Binary 1110011 10001001 10010101 10111 1000 0 101010 11001001 1110 110100

Color Harmonies of #738995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738995

Black with #738995

Text Example


Text Example

White with #738995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738995; }

 p { color: rgb(115,137,149); }

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

background-color css

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

 a { background-color: rgb(115,137,149); }

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

border-color css

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

 span { border-color: rgb(115,137,149); }

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