Html Css Color HEX #7491AC Bermuda Grey

📋 copy color: '#7491AC'

red 116 ◦ green 145 ◦ blue 172

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

Shades of Bermuda Grey #7491AC

Tints of Bermuda Grey #7491AC

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.49%

 BLUE value IS 172 (67.58% from 255) = 39.72%

R = 26.79%
G = 33.49%
B = 39.72%

CMYK

 C value IS 0.33

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7491AC (or 0x7491AC) is known color: Bermuda Grey. HEX triplet: 74, 91 and AC. RGB value is (116,145,172). Sum of RGB (Red+Green+Blue) = 116+145+172=433 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.79% from 433); Green value is 145 (57.03% from 255 or 33.49% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 172 - color contains mainly: blue. Hex color #7491AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7491AC is #8B6E53. Grayscale: #8B8B8B. Windows color (decimal): -9137748 or 11309428. OLE color: 11309428.

HSL color Cylindrical-coordinate representation of color #7491AC: hue angle of 208.93º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7491AC is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 116 145 172 -
CMYK 0.33 0.16 0 0.33
HSL 208.93º 0.25% 0.56% -
HSV(B) 208.93º 0.33% 0.67% -
XYZ 24.77 26.94 42.92 -
YUV 139.41 146.39 111.3 -
System Red Green Blue C M Y K H S L
Decimal 116 145 172 0.33 0.16 0 0.33 208.93 0.25 0.56
Hex 74 91 AC 21 10 0 21 D1 19 38
Octal 164 221 254 41 20 0 41 321 31 70
Binary 1110100 10010001 10101100 100001 10000 0 100001 11010001 11001 111000

Color Harmonies of #7491AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7491AC

Black with #7491AC

Text Example


Text Example

White with #7491AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7491AC; }

 p { color: rgb(116,145,172); }

 H1.HeaderClassName
 {
   color: #7491AC;
 }
 .AnyTagClassName
 {
   color: #7491AC;
 }
</style>

background-color css

<style>
 a { background-color: #7491AC; }

 a { background-color: rgb(116,145,172); }

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

border-color css

<style>
 span { border-color: #7491AC; }

 span { border-color: rgb(116,145,172); }

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