Html Css Color HEX #748EA0 Bermuda Grey

📋 copy color: '#748EA0'

red 116 ◦ green 142 ◦ blue 160

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

Shades of Bermuda Grey #748EA0

Tints of Bermuda Grey #748EA0

RGB

 RED value IS 116 (45.7% from 255) = 27.75%

 GREEN value IS 142 (55.86% from 255) = 33.97%

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

R = 27.75%
G = 33.97%
B = 38.28%

CMYK

 C value IS 0.28

 M value IS 0.11

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#748EA0 (or 0x748EA0) is known color: Bermuda Grey. HEX triplet: 74, 8E and A0. RGB value is (116,142,160). Sum of RGB (Red+Green+Blue) = 116+142+160=418 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.75% from 418); Green value is 142 (55.86% from 255 or 33.97% from 418); Blue value is 160 (62.89% from 255 or 38.28% from 418); Max value from RGB is 160 - color contains mainly: blue. Hex color #748EA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748EA0 is #8B715F. Grayscale: #888888. Windows color (decimal): -9138528 or 10522228. OLE color: 10522228.

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

Color convert

RGB 116 142 160 -
CMYK 0.28 0.11 0 0.37
HSL 204.55º 0.19% 0.54% -
HSV(B) 204.55º 0.28% 0.63% -
XYZ 23.22 25.6 36.97 -
YUV 136.28 141.39 113.54 -
System Red Green Blue C M Y K H S L
Decimal 116 142 160 0.28 0.11 0 0.37 204.55 0.19 0.54
Hex 74 8E A0 1C B 0 25 CD 13 36
Octal 164 216 240 34 13 0 45 315 23 66
Binary 1110100 10001110 10100000 11100 1011 0 100101 11001101 10011 110110

Color Harmonies of #748EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748EA0

Black with #748EA0

Text Example


Text Example

White with #748EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748EA0; }

 p { color: rgb(116,142,160); }

 H1.HeaderClassName
 {
   color: #748EA0;
 }
 .AnyTagClassName
 {
   color: #748EA0;
 }
</style>

background-color css

<style>
 a { background-color: #748EA0; }

 a { background-color: rgb(116,142,160); }

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

border-color css

<style>
 span { border-color: #748EA0; }

 span { border-color: rgb(116,142,160); }

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