Html Css Color HEX #738CA0 Bermuda Grey

📋 copy color: '#738CA0'

red 115 ◦ green 140 ◦ blue 160

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

Shades of Bermuda Grey #738CA0

Tints of Bermuda Grey #738CA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 38.55%

R = 27.71%
G = 33.73%
B = 38.55%

CMYK

 C value IS 0.28

 M value IS 0.12

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#738CA0 (or 0x738CA0) is known color: Bermuda Grey. HEX triplet: 73, 8C and A0. RGB value is (115,140,160). Sum of RGB (Red+Green+Blue) = 115+140+160=415 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.71% from 415); Green value is 140 (55.08% from 255 or 33.73% from 415); Blue value is 160 (62.89% from 255 or 38.55% from 415); Max value from RGB is 160 - color contains mainly: blue. Hex color #738CA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738CA0 is #8C735F. Grayscale: #868686. Windows color (decimal): -9204576 or 10521715. OLE color: 10521715.

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

Color convert

RGB 115 140 160 -
CMYK 0.28 0.12 0 0.37
HSL 206.67º 0.19% 0.54% -
HSV(B) 206.67º 0.28% 0.63% -
XYZ 22.79 24.94 36.87 -
YUV 134.81 142.22 113.87 -
System Red Green Blue C M Y K H S L
Decimal 115 140 160 0.28 0.12 0 0.37 206.67 0.19 0.54
Hex 73 8C A0 1C C 0 25 CF 13 36
Octal 163 214 240 34 14 0 45 317 23 66
Binary 1110011 10001100 10100000 11100 1100 0 100101 11001111 10011 110110

Color Harmonies of #738CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738CA0

Black with #738CA0

Text Example


Text Example

White with #738CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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