Html Css Color HEX #7695A0 Bermuda Grey

📋 copy color: '#7695A0'

red 118 ◦ green 149 ◦ blue 160

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

Shades of Bermuda Grey #7695A0

Tints of Bermuda Grey #7695A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 37.47%

R = 27.63%
G = 34.89%
B = 37.47%

CMYK

 C value IS 0.26

 M value IS 0.07

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#7695A0 (or 0x7695A0) is known color: Bermuda Grey. HEX triplet: 76, 95 and A0. RGB value is (118,149,160). Sum of RGB (Red+Green+Blue) = 118+149+160=427 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.63% from 427); Green value is 149 (58.59% from 255 or 34.89% from 427); Blue value is 160 (62.89% from 255 or 37.47% from 427); Max value from RGB is 160 - color contains mainly: blue. Hex color #7695A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7695A0 is #896A5F. Grayscale: #8C8C8C. Windows color (decimal): -9005664 or 10524022. OLE color: 10524022.

HSL color Cylindrical-coordinate representation of color #7695A0: hue angle of 195.71º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7695A0 is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 118 149 160 -
CMYK 0.26 0.07 0 0.37
HSL 195.71º 0.18% 0.55% -
HSV(B) 195.71º 0.26% 0.63% -
XYZ 24.56 27.88 37.35 -
YUV 140.99 138.73 111.61 -
System Red Green Blue C M Y K H S L
Decimal 118 149 160 0.26 0.07 0 0.37 195.71 0.18 0.55
Hex 76 95 A0 1A 7 0 25 C4 12 37
Octal 166 225 240 32 7 0 45 304 22 67
Binary 1110110 10010101 10100000 11010 111 0 100101 11000100 10010 110111

Color Harmonies of #7695A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7695A0

Black with #7695A0

Text Example


Text Example

White with #7695A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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