Html Css Color HEX #7695AA Bermuda Grey

📋 copy color: '#7695AA'

red 118 ◦ green 149 ◦ blue 170

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

Shades of Bermuda Grey #7695AA

Tints of Bermuda Grey #7695AA

RGB

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

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

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

R = 27%
G = 34.1%
B = 38.9%

CMYK

 C value IS 0.31

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7695AA (or 0x7695AA) is known color: Bermuda Grey. HEX triplet: 76, 95 and AA. RGB value is (118,149,170). Sum of RGB (Red+Green+Blue) = 118+149+170=437 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.00% from 437); Green value is 149 (58.59% from 255 or 34.10% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 170 - color contains mainly: blue. Hex color #7695AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7695AA is #896A55. Grayscale: #8E8E8E. Windows color (decimal): -9005654 or 11179382. OLE color: 11179382.

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

Color convert

RGB 118 149 170 -
CMYK 0.31 0.12 0 0.33
HSL 204.23º 0.23% 0.56% -
HSV(B) 204.23º 0.31% 0.67% -
XYZ 25.47 28.25 42.14 -
YUV 142.13 143.73 110.79 -
System Red Green Blue C M Y K H S L
Decimal 118 149 170 0.31 0.12 0 0.33 204.23 0.23 0.56
Hex 76 95 AA 1F C 0 21 CC 17 38
Octal 166 225 252 37 14 0 41 314 27 70
Binary 1110110 10010101 10101010 11111 1100 0 100001 11001100 10111 111000

Color Harmonies of #7695AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7695AA

Black with #7695AA

Text Example


Text Example

White with #7695AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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