Html Css Color HEX #738D9F Bermuda Grey

📋 copy color: '#738D9F'

red 115 ◦ green 141 ◦ blue 159

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

Shades of Bermuda Grey #738D9F

Tints of Bermuda Grey #738D9F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.98%

 BLUE value IS 159 (62.5% from 255) = 38.31%

R = 27.71%
G = 33.98%
B = 38.31%

CMYK

 C value IS 0.28

 M value IS 0.11

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#738D9F (or 0x738D9F) is known color: Bermuda Grey. HEX triplet: 73, 8D and 9F. RGB value is (115,141,159). Sum of RGB (Red+Green+Blue) = 115+141+159=415 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.71% from 415); Green value is 141 (55.47% from 255 or 33.98% from 415); Blue value is 159 (62.5% from 255 or 38.31% from 415); Max value from RGB is 159 - color contains mainly: blue. Hex color #738D9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738D9F is #8C7260. Grayscale: #878787. Windows color (decimal): -9204321 or 10456435. OLE color: 10456435.

HSL color Cylindrical-coordinate representation of color #738D9F: hue angle of 204.55º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #738D9F is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 115 141 159 -
CMYK 0.28 0.11 0 0.38
HSL 204.55º 0.19% 0.54% -
HSV(B) 204.55º 0.28% 0.62% -
XYZ 22.85 25.2 36.46 -
YUV 135.28 141.39 113.54 -
System Red Green Blue C M Y K H S L
Decimal 115 141 159 0.28 0.11 0 0.38 204.55 0.19 0.54
Hex 73 8D 9F 1C B 0 26 CD 13 36
Octal 163 215 237 34 13 0 46 315 23 66
Binary 1110011 10001101 10011111 11100 1011 0 100110 11001101 10011 110110

Color Harmonies of #738D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738D9F

Black with #738D9F

Text Example


Text Example

White with #738D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,141,159); }

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

background-color css

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

 a { background-color: rgb(115,141,159); }

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

border-color css

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

 span { border-color: rgb(115,141,159); }

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