Html Css Color HEX #7092AD Bermuda Grey

📋 copy color: '#7092AD'

red 112 ◦ green 146 ◦ blue 173

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

Shades of Bermuda Grey #7092AD

Tints of Bermuda Grey #7092AD

RGB

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

 GREEN value IS 146 (57.42% from 255) = 33.87%

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

R = 25.99%
G = 33.87%
B = 40.14%

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

#7092AD (or 0x7092AD) is known color: Bermuda Grey. HEX triplet: 70, 92 and AD. RGB value is (112,146,173). Sum of RGB (Red+Green+Blue) = 112+146+173=431 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.99% from 431); Green value is 146 (57.42% from 255 or 33.87% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 173 - color contains mainly: blue. Hex color #7092AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7092AD is #8F6D52. Grayscale: #8A8A8A. Windows color (decimal): -9399635 or 11375216. OLE color: 11375216.

HSL color Cylindrical-coordinate representation of color #7092AD: hue angle of 206.56º 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 #7092AD is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 112 146 173 -
CMYK 0.35 0.16 0 0.32
HSL 206.56º 0.27% 0.56% -
HSV(B) 206.56º 0.35% 0.68% -
XYZ 24.5 27.02 43.46 -
YUV 138.91 147.24 108.8 -
System Red Green Blue C M Y K H S L
Decimal 112 146 173 0.35 0.16 0 0.32 206.56 0.27 0.56
Hex 70 92 AD 23 10 0 20 CF 1B 38
Octal 160 222 255 43 20 0 40 317 33 70
Binary 1110000 10010010 10101101 100011 10000 0 100000 11001111 11011 111000

Color Harmonies of #7092AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7092AD

Black with #7092AD

Text Example


Text Example

White with #7092AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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