Html Css Color HEX #7494A5 Bermuda Grey

📋 copy color: '#7494A5'

red 116 ◦ green 148 ◦ blue 165

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

Shades of Bermuda Grey #7494A5

Tints of Bermuda Grey #7494A5

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.5%

 BLUE value IS 165 (64.84% from 255) = 38.46%

R = 27.04%
G = 34.5%
B = 38.46%

CMYK

 C value IS 0.30

 M value IS 0.10

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#7494A5 (or 0x7494A5) is known color: Bermuda Grey. HEX triplet: 74, 94 and A5. RGB value is (116,148,165). Sum of RGB (Red+Green+Blue) = 116+148+165=429 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.04% from 429); Green value is 148 (58.20% from 255 or 34.50% from 429); Blue value is 165 (64.84% from 255 or 38.46% from 429); Max value from RGB is 165 - color contains mainly: blue. Hex color #7494A5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7494A5 is #8B6B5A. Grayscale: #8C8C8C. Windows color (decimal): -9136987 or 10851444. OLE color: 10851444.

HSL color Cylindrical-coordinate representation of color #7494A5: hue angle of 200.82º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7494A5 is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 116 148 165 -
CMYK 0.30 0.10 0 0.35
HSL 200.82º 0.21% 0.55% -
HSV(B) 200.82º 0.3% 0.65% -
XYZ 24.58 27.61 39.63 -
YUV 140.37 141.9 110.62 -
System Red Green Blue C M Y K H S L
Decimal 116 148 165 0.30 0.10 0 0.35 200.82 0.21 0.55
Hex 74 94 A5 1E A 0 23 C9 15 37
Octal 164 224 245 36 12 0 43 311 25 67
Binary 1110100 10010100 10100101 11110 1010 0 100011 11001001 10101 110111

Color Harmonies of #7494A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7494A5

Black with #7494A5

Text Example


Text Example

White with #7494A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7494A5; }

 p { color: rgb(116,148,165); }

 H1.HeaderClassName
 {
   color: #7494A5;
 }
 .AnyTagClassName
 {
   color: #7494A5;
 }
</style>

background-color css

<style>
 a { background-color: #7494A5; }

 a { background-color: rgb(116,148,165); }

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

border-color css

<style>
 span { border-color: #7494A5; }

 span { border-color: rgb(116,148,165); }

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