Html Css Color HEX #7695AB Bermuda Grey

📋 copy color: '#7695AB'

red 118 ◦ green 149 ◦ blue 171

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

Shades of Bermuda Grey #7695AB

Tints of Bermuda Grey #7695AB

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.02%

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

R = 26.94%
G = 34.02%
B = 39.04%

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

#7695AB (or 0x7695AB) is known color: Bermuda Grey. HEX triplet: 76, 95 and AB. RGB value is (118,149,171). Sum of RGB (Red+Green+Blue) = 118+149+171=438 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.94% from 438); Green value is 149 (58.59% from 255 or 34.02% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 171 - color contains mainly: blue. Hex color #7695AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7695AB is #896A54. Grayscale: #8E8E8E. Windows color (decimal): -9005653 or 11244918. OLE color: 11244918.

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

Color convert

RGB 118 149 171 -
CMYK 0.31 0.13 0 0.33
HSL 204.91º 0.24% 0.57% -
HSV(B) 204.91º 0.31% 0.67% -
XYZ 25.57 28.29 42.64 -
YUV 142.24 144.23 110.71 -
System Red Green Blue C M Y K H S L
Decimal 118 149 171 0.31 0.13 0 0.33 204.91 0.24 0.57
Hex 76 95 AB 1F D 0 21 CD 18 39
Octal 166 225 253 37 15 0 41 315 30 71
Binary 1110110 10010101 10101011 11111 1101 0 100001 11001101 11000 111001

Color Harmonies of #7695AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7695AB

Black with #7695AB

Text Example


Text Example

White with #7695AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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