Html Css Color HEX #7692AE Bermuda Grey

📋 copy color: '#7692AE'

red 118 ◦ green 146 ◦ blue 174

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

Shades of Bermuda Grey #7692AE

Tints of Bermuda Grey #7692AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 39.73%

R = 26.94%
G = 33.33%
B = 39.73%

CMYK

 C value IS 0.32

 M value IS 0.16

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7692AE (or 0x7692AE) is known color: Bermuda Grey. HEX triplet: 76, 92 and AE. RGB value is (118,146,174). Sum of RGB (Red+Green+Blue) = 118+146+174=438 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.94% from 438); Green value is 146 (57.42% from 255 or 33.33% from 438); Blue value is 174 (68.36% from 255 or 39.73% from 438); Max value from RGB is 174 - color contains mainly: blue. Hex color #7692AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7692AE is #896D51. Grayscale: #8C8C8C. Windows color (decimal): -9006418 or 11440758. OLE color: 11440758.

HSL color Cylindrical-coordinate representation of color #7692AE: hue angle of 210º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7692AE is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 118 146 174 -
CMYK 0.32 0.16 0 0.32
HSL 210º 0.26% 0.57% -
HSV(B) 210º 0.32% 0.68% -
XYZ 25.39 27.47 44.01 -
YUV 140.82 146.72 111.72 -
System Red Green Blue C M Y K H S L
Decimal 118 146 174 0.32 0.16 0 0.32 210 0.26 0.57
Hex 76 92 AE 20 10 0 20 D2 1A 39
Octal 166 222 256 40 20 0 40 322 32 71
Binary 1110110 10010010 10101110 100000 10000 0 100000 11010010 11010 111001

Color Harmonies of #7692AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7692AE

Black with #7692AE

Text Example


Text Example

White with #7692AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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