Html Css Color HEX #7690AB Bermuda Grey

📋 copy color: '#7690AB'

red 118 ◦ green 144 ◦ blue 171

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

Shades of Bermuda Grey #7690AB

Tints of Bermuda Grey #7690AB

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.26%

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

R = 27.25%
G = 33.26%
B = 39.49%

CMYK

 C value IS 0.31

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7690AB (or 0x7690AB) is known color: Bermuda Grey. HEX triplet: 76, 90 and AB. RGB value is (118,144,171). Sum of RGB (Red+Green+Blue) = 118+144+171=433 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.25% from 433); Green value is 144 (56.64% from 255 or 33.26% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 171 - color contains mainly: blue. Hex color #7690AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7690AB is #896F54. Grayscale: #8B8B8B. Windows color (decimal): -9006933 or 11243638. OLE color: 11243638.

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

Color convert

RGB 118 144 171 -
CMYK 0.31 0.16 0 0.33
HSL 210.57º 0.24% 0.57% -
HSV(B) 210.57º 0.31% 0.67% -
XYZ 24.8 26.74 42.38 -
YUV 139.3 145.89 112.8 -
System Red Green Blue C M Y K H S L
Decimal 118 144 171 0.31 0.16 0 0.33 210.57 0.24 0.57
Hex 76 90 AB 1F 10 0 21 D3 18 39
Octal 166 220 253 37 20 0 41 323 30 71
Binary 1110110 10010000 10101011 11111 10000 0 100001 11010011 11000 111001

Color Harmonies of #7690AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7690AB

Black with #7690AB

Text Example


Text Example

White with #7690AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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