Html Css Color HEX #7091AA Bermuda Grey

📋 copy color: '#7091AA'

red 112 ◦ green 145 ◦ blue 170

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

Shades of Bermuda Grey #7091AA

Tints of Bermuda Grey #7091AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 39.81%

R = 26.23%
G = 33.96%
B = 39.81%

CMYK

 C value IS 0.34

 M value IS 0.15

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7091AA (or 0x7091AA) is known color: Bermuda Grey. HEX triplet: 70, 91 and AA. RGB value is (112,145,170). Sum of RGB (Red+Green+Blue) = 112+145+170=427 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.23% from 427); Green value is 145 (57.03% from 255 or 33.96% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 170 - color contains mainly: blue. Hex color #7091AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7091AA is #8F6E55. Grayscale: #898989. Windows color (decimal): -9399894 or 11178352. OLE color: 11178352.

HSL color Cylindrical-coordinate representation of color #7091AA: hue angle of 205.86º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7091AA is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 145 170 -
CMYK 0.34 0.15 0 0.33
HSL 205.86º 0.25% 0.55% -
HSV(B) 205.86º 0.34% 0.67% -
XYZ 24.06 26.6 41.9 -
YUV 137.98 146.07 109.47 -
System Red Green Blue C M Y K H S L
Decimal 112 145 170 0.34 0.15 0 0.33 205.86 0.25 0.55
Hex 70 91 AA 22 F 0 21 CE 19 37
Octal 160 221 252 42 17 0 41 316 31 67
Binary 1110000 10010001 10101010 100010 1111 0 100001 11001110 11001 110111

Color Harmonies of #7091AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7091AA

Black with #7091AA

Text Example


Text Example

White with #7091AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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