Html Css Color HEX #7694AB Bermuda Grey

📋 copy color: '#7694AB'

red 118 ◦ green 148 ◦ blue 171

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

Shades of Bermuda Grey #7694AB

Tints of Bermuda Grey #7694AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.13%

R = 27%
G = 33.87%
B = 39.13%

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

#7694AB (or 0x7694AB) is known color: Bermuda Grey. HEX triplet: 76, 94 and AB. RGB value is (118,148,171). Sum of RGB (Red+Green+Blue) = 118+148+171=437 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.00% from 437); Green value is 148 (58.20% from 255 or 33.87% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 171 - color contains mainly: blue. Hex color #7694AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7694AB is #896B54. Grayscale: #8D8D8D. Windows color (decimal): -9005909 or 11244662. OLE color: 11244662.

HSL color Cylindrical-coordinate representation of color #7694AB: hue angle of 206.04º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7694AB is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 148 171 -
CMYK 0.31 0.13 0 0.33
HSL 206.04º 0.24% 0.57% -
HSV(B) 206.04º 0.31% 0.67% -
XYZ 25.41 27.97 42.59 -
YUV 141.65 144.56 111.13 -
System Red Green Blue C M Y K H S L
Decimal 118 148 171 0.31 0.13 0 0.33 206.04 0.24 0.57
Hex 76 94 AB 1F D 0 21 CE 18 39
Octal 166 224 253 37 15 0 41 316 30 71
Binary 1110110 10010100 10101011 11111 1101 0 100001 11001110 11000 111001

Color Harmonies of #7694AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7694AB

Black with #7694AB

Text Example


Text Example

White with #7694AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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