Html Css Color HEX #738A97 Bermuda Grey

📋 copy color: '#738A97'

red 115 ◦ green 138 ◦ blue 151

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

Shades of Bermuda Grey #738A97

Tints of Bermuda Grey #738A97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 37.38%

R = 28.47%
G = 34.16%
B = 37.38%

CMYK

 C value IS 0.24

 M value IS 0.09

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#738A97 (or 0x738A97) is known color: Bermuda Grey. HEX triplet: 73, 8A and 97. RGB value is (115,138,151). Sum of RGB (Red+Green+Blue) = 115+138+151=404 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.47% from 404); Green value is 138 (54.30% from 255 or 34.16% from 404); Blue value is 151 (59.38% from 255 or 37.38% from 404); Max value from RGB is 151 - color contains mainly: blue. Hex color #738A97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738A97 is #8C7568. Grayscale: #848484. Windows color (decimal): -9205097 or 9931379. OLE color: 9931379.

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

Color convert

RGB 115 138 151 -
CMYK 0.24 0.09 0 0.41
HSL 201.67º 0.15% 0.52% -
HSV(B) 201.67º 0.24% 0.59% -
XYZ 21.74 24.06 32.78 -
YUV 132.61 138.38 115.44 -
System Red Green Blue C M Y K H S L
Decimal 115 138 151 0.24 0.09 0 0.41 201.67 0.15 0.52
Hex 73 8A 97 18 9 0 29 CA F 34
Octal 163 212 227 30 11 0 51 312 17 64
Binary 1110011 10001010 10010111 11000 1001 0 101001 11001010 1111 110100

Color Harmonies of #738A97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738A97

Black with #738A97

Text Example


Text Example

White with #738A97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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