Html Css Color HEX #7694AA Bermuda Grey

📋 copy color: '#7694AA'

red 118 ◦ green 148 ◦ blue 170

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

Shades of Bermuda Grey #7694AA

Tints of Bermuda Grey #7694AA

RGB

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

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

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

R = 27.06%
G = 33.94%
B = 38.99%

CMYK

 C value IS 0.31

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7694AA (or 0x7694AA) is known color: Bermuda Grey. HEX triplet: 76, 94 and AA. RGB value is (118,148,170). Sum of RGB (Red+Green+Blue) = 118+148+170=436 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.06% from 436); Green value is 148 (58.20% from 255 or 33.94% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 170 - color contains mainly: blue. Hex color #7694AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7694AA is #896B55. Grayscale: #8D8D8D. Windows color (decimal): -9005910 or 11179126. OLE color: 11179126.

HSL color Cylindrical-coordinate representation of color #7694AA: hue angle of 205.38º 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 #7694AA is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 148 170 -
CMYK 0.31 0.13 0 0.33
HSL 205.38º 0.23% 0.56% -
HSV(B) 205.38º 0.31% 0.67% -
XYZ 25.32 27.93 42.09 -
YUV 141.54 144.06 111.21 -
System Red Green Blue C M Y K H S L
Decimal 118 148 170 0.31 0.13 0 0.33 205.38 0.23 0.56
Hex 76 94 AA 1F D 0 21 CD 17 38
Octal 166 224 252 37 15 0 41 315 27 70
Binary 1110110 10010100 10101010 11111 1101 0 100001 11001101 10111 111000

Color Harmonies of #7694AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7694AA

Black with #7694AA

Text Example


Text Example

White with #7694AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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