Html Css Color HEX #7091AD Bermuda Grey

📋 copy color: '#7091AD'

red 112 ◦ green 145 ◦ blue 173

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

Shades of Bermuda Grey #7091AD

Tints of Bermuda Grey #7091AD

RGB

 RED value IS 112 (44.14% from 255) = 26.05%

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

 BLUE value IS 173 (67.97% from 255) = 40.23%

R = 26.05%
G = 33.72%
B = 40.23%

CMYK

 C value IS 0.35

 M value IS 0.16

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7091AD (or 0x7091AD) is known color: Bermuda Grey. HEX triplet: 70, 91 and AD. RGB value is (112,145,173). Sum of RGB (Red+Green+Blue) = 112+145+173=430 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.05% from 430); Green value is 145 (57.03% from 255 or 33.72% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 173 - color contains mainly: blue. Hex color #7091AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7091AD is #8F6E52. Grayscale: #8A8A8A. Windows color (decimal): -9399891 or 11374960. OLE color: 11374960.

HSL color Cylindrical-coordinate representation of color #7091AD: hue angle of 207.54º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7091AD is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 112 145 173 -
CMYK 0.35 0.16 0 0.32
HSL 207.54º 0.27% 0.56% -
HSV(B) 207.54º 0.35% 0.68% -
XYZ 24.35 26.71 43.41 -
YUV 138.33 147.57 109.22 -
System Red Green Blue C M Y K H S L
Decimal 112 145 173 0.35 0.16 0 0.32 207.54 0.27 0.56
Hex 70 91 AD 23 10 0 20 D0 1B 38
Octal 160 221 255 43 20 0 40 320 33 70
Binary 1110000 10010001 10101101 100011 10000 0 100000 11010000 11011 111000

Color Harmonies of #7091AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7091AD

Black with #7091AD

Text Example


Text Example

White with #7091AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7091AD; }

 p { color: rgb(112,145,173); }

 H1.HeaderClassName
 {
   color: #7091AD;
 }
 .AnyTagClassName
 {
   color: #7091AD;
 }
</style>

background-color css

<style>
 a { background-color: #7091AD; }

 a { background-color: rgb(112,145,173); }

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

border-color css

<style>
 span { border-color: #7091AD; }

 span { border-color: rgb(112,145,173); }

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