Html Css Color HEX #738A9B Bermuda Grey

📋 copy color: '#738A9B'

red 115 ◦ green 138 ◦ blue 155

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

Shades of Bermuda Grey #738A9B

Tints of Bermuda Grey #738A9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.99%

R = 28.19%
G = 33.82%
B = 37.99%

CMYK

 C value IS 0.26

 M value IS 0.11

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#738A9B (or 0x738A9B) is known color: Bermuda Grey. HEX triplet: 73, 8A and 9B. RGB value is (115,138,155). Sum of RGB (Red+Green+Blue) = 115+138+155=408 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.19% from 408); Green value is 138 (54.30% from 255 or 33.82% from 408); Blue value is 155 (60.94% from 255 or 37.99% from 408); Max value from RGB is 155 - color contains mainly: blue. Hex color #738A9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738A9B is #8C7564. Grayscale: #848484. Windows color (decimal): -9205093 or 10193523. OLE color: 10193523.

HSL color Cylindrical-coordinate representation of color #738A9B: hue angle of 205.5º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #738A9B is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 115 138 155 -
CMYK 0.26 0.11 0 0.39
HSL 205.5º 0.17% 0.53% -
HSV(B) 205.5º 0.26% 0.61% -
XYZ 22.08 24.19 34.52 -
YUV 133.06 140.38 115.12 -
System Red Green Blue C M Y K H S L
Decimal 115 138 155 0.26 0.11 0 0.39 205.5 0.17 0.53
Hex 73 8A 9B 1A B 0 27 CE 11 35
Octal 163 212 233 32 13 0 47 316 21 65
Binary 1110011 10001010 10011011 11010 1011 0 100111 11001110 10001 110101

Color Harmonies of #738A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738A9B

Black with #738A9B

Text Example


Text Example

White with #738A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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