Html Css Color HEX #738C9F Bermuda Grey

📋 copy color: '#738C9F'

red 115 ◦ green 140 ◦ blue 159

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

Shades of Bermuda Grey #738C9F

Tints of Bermuda Grey #738C9F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.82%

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

R = 27.78%
G = 33.82%
B = 38.41%

CMYK

 C value IS 0.28

 M value IS 0.12

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#738C9F (or 0x738C9F) is known color: Bermuda Grey. HEX triplet: 73, 8C and 9F. RGB value is (115,140,159). Sum of RGB (Red+Green+Blue) = 115+140+159=414 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.78% from 414); Green value is 140 (55.08% from 255 or 33.82% from 414); Blue value is 159 (62.5% from 255 or 38.41% from 414); Max value from RGB is 159 - color contains mainly: blue. Hex color #738C9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738C9F is #8C7360. Grayscale: #868686. Windows color (decimal): -9204577 or 10456179. OLE color: 10456179.

HSL color Cylindrical-coordinate representation of color #738C9F: hue angle of 205.91º 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 #738C9F is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 115 140 159 -
CMYK 0.28 0.12 0 0.38
HSL 205.91º 0.19% 0.54% -
HSV(B) 205.91º 0.28% 0.62% -
XYZ 22.71 24.9 36.41 -
YUV 134.69 141.72 113.96 -
System Red Green Blue C M Y K H S L
Decimal 115 140 159 0.28 0.12 0 0.38 205.91 0.19 0.54
Hex 73 8C 9F 1C C 0 26 CE 13 36
Octal 163 214 237 34 14 0 46 316 23 66
Binary 1110011 10001100 10011111 11100 1100 0 100110 11001110 10011 110110

Color Harmonies of #738C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738C9F

Black with #738C9F

Text Example


Text Example

White with #738C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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