Html Css Color HEX #748E9E Bermuda Grey

📋 copy color: '#748E9E'

red 116 ◦ green 142 ◦ blue 158

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

Shades of Bermuda Grey #748E9E

Tints of Bermuda Grey #748E9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 37.98%

R = 27.88%
G = 34.13%
B = 37.98%

CMYK

 C value IS 0.27

 M value IS 0.10

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#748E9E (or 0x748E9E) is known color: Bermuda Grey. HEX triplet: 74, 8E and 9E. RGB value is (116,142,158). Sum of RGB (Red+Green+Blue) = 116+142+158=416 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.88% from 416); Green value is 142 (55.86% from 255 or 34.13% from 416); Blue value is 158 (62.11% from 255 or 37.98% from 416); Max value from RGB is 158 - color contains mainly: blue. Hex color #748E9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748E9E is #8B7161. Grayscale: #878787. Windows color (decimal): -9138530 or 10391156. OLE color: 10391156.

HSL color Cylindrical-coordinate representation of color #748E9E: hue angle of 202.86º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #748E9E is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 116 142 158 -
CMYK 0.27 0.10 0 0.38
HSL 202.86º 0.18% 0.54% -
HSV(B) 202.86º 0.27% 0.62% -
XYZ 23.05 25.53 36.06 -
YUV 136.05 140.39 113.7 -
System Red Green Blue C M Y K H S L
Decimal 116 142 158 0.27 0.10 0 0.38 202.86 0.18 0.54
Hex 74 8E 9E 1B A 0 26 CB 12 36
Octal 164 216 236 33 12 0 46 313 22 66
Binary 1110100 10001110 10011110 11011 1010 0 100110 11001011 10010 110110

Color Harmonies of #748E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748E9E

Black with #748E9E

Text Example


Text Example

White with #748E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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