Html Css Color HEX #7692AA Bermuda Grey

📋 copy color: '#7692AA'

red 118 ◦ green 146 ◦ blue 170

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

Shades of Bermuda Grey #7692AA

Tints of Bermuda Grey #7692AA

RGB

 RED value IS 118 (46.48% from 255) = 27.19%

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

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

R = 27.19%
G = 33.64%
B = 39.17%

CMYK

 C value IS 0.31

 M value IS 0.14

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7692AA (or 0x7692AA) is known color: Bermuda Grey. HEX triplet: 76, 92 and AA. RGB value is (118,146,170). Sum of RGB (Red+Green+Blue) = 118+146+170=434 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.19% from 434); Green value is 146 (57.42% from 255 or 33.64% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 170 - color contains mainly: blue. Hex color #7692AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7692AA is #896D55. Grayscale: #8C8C8C. Windows color (decimal): -9006422 or 11178614. OLE color: 11178614.

HSL color Cylindrical-coordinate representation of color #7692AA: hue angle of 207.69º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7692AA is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 146 170 -
CMYK 0.31 0.14 0 0.33
HSL 207.69º 0.23% 0.56% -
HSV(B) 207.69º 0.31% 0.67% -
XYZ 25.01 27.31 41.98 -
YUV 140.36 144.72 112.05 -
System Red Green Blue C M Y K H S L
Decimal 118 146 170 0.31 0.14 0 0.33 207.69 0.23 0.56
Hex 76 92 AA 1F E 0 21 D0 17 38
Octal 166 222 252 37 16 0 41 320 27 70
Binary 1110110 10010010 10101010 11111 1110 0 100001 11010000 10111 111000

Color Harmonies of #7692AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7692AA

Black with #7692AA

Text Example


Text Example

White with #7692AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,146,170); }

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

background-color css

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

 a { background-color: rgb(118,146,170); }

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

border-color css

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

 span { border-color: rgb(118,146,170); }

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