Html Css Color HEX #7694AE Bermuda Grey

📋 copy color: '#7694AE'

red 118 ◦ green 148 ◦ blue 174

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

Shades of Bermuda Grey #7694AE

Tints of Bermuda Grey #7694AE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.64%

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

R = 26.82%
G = 33.64%
B = 39.55%

CMYK

 C value IS 0.32

 M value IS 0.15

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7694AE (or 0x7694AE) is known color: Bermuda Grey. HEX triplet: 76, 94 and AE. RGB value is (118,148,174). Sum of RGB (Red+Green+Blue) = 118+148+174=440 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.82% from 440); Green value is 148 (58.20% from 255 or 33.64% from 440); Blue value is 174 (68.36% from 255 or 39.55% from 440); Max value from RGB is 174 - color contains mainly: blue. Hex color #7694AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7694AE is #896B51. Grayscale: #8D8D8D. Windows color (decimal): -9005906 or 11441270. OLE color: 11441270.

HSL color Cylindrical-coordinate representation of color #7694AE: hue angle of 207.86º 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 #7694AE is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 118 148 174 -
CMYK 0.32 0.15 0 0.32
HSL 207.86º 0.26% 0.57% -
HSV(B) 207.86º 0.32% 0.68% -
XYZ 25.7 28.09 44.11 -
YUV 141.99 146.06 110.89 -
System Red Green Blue C M Y K H S L
Decimal 118 148 174 0.32 0.15 0 0.32 207.86 0.26 0.57
Hex 76 94 AE 20 F 0 20 D0 1A 39
Octal 166 224 256 40 17 0 40 320 32 71
Binary 1110110 10010100 10101110 100000 1111 0 100000 11010000 11010 111001

Color Harmonies of #7694AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7694AE

Black with #7694AE

Text Example


Text Example

White with #7694AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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