Html Css Color HEX #7691AC Bermuda Grey

📋 copy color: '#7691AC'

red 118 ◦ green 145 ◦ blue 172

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

Shades of Bermuda Grey #7691AC

Tints of Bermuda Grey #7691AC

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.33%

 BLUE value IS 172 (67.58% from 255) = 39.54%

R = 27.13%
G = 33.33%
B = 39.54%

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

#7691AC (or 0x7691AC) is known color: Bermuda Grey. HEX triplet: 76, 91 and AC. RGB value is (118,145,172). Sum of RGB (Red+Green+Blue) = 118+145+172=435 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.13% from 435); Green value is 145 (57.03% from 255 or 33.33% from 435); Blue value is 172 (67.58% from 255 or 39.54% from 435); Max value from RGB is 172 - color contains mainly: blue. Hex color #7691AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7691AC is #896E53. Grayscale: #8B8B8B. Windows color (decimal): -9006676 or 11309430. OLE color: 11309430.

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

Color convert

RGB 118 145 172 -
CMYK 0.31 0.16 0 0.33
HSL 210º 0.25% 0.57% -
HSV(B) 210º 0.31% 0.67% -
XYZ 25.04 27.08 42.94 -
YUV 140.01 146.05 112.3 -
System Red Green Blue C M Y K H S L
Decimal 118 145 172 0.31 0.16 0 0.33 210 0.25 0.57
Hex 76 91 AC 1F 10 0 21 D2 19 39
Octal 166 221 254 37 20 0 41 322 31 71
Binary 1110110 10010001 10101100 11111 10000 0 100001 11010010 11001 111001

Color Harmonies of #7691AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7691AC

Black with #7691AC

Text Example


Text Example

White with #7691AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7691AC; }

 p { color: rgb(118,145,172); }

 H1.HeaderClassName
 {
   color: #7691AC;
 }
 .AnyTagClassName
 {
   color: #7691AC;
 }
</style>

background-color css

<style>
 a { background-color: #7691AC; }

 a { background-color: rgb(118,145,172); }

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

border-color css

<style>
 span { border-color: #7691AC; }

 span { border-color: rgb(118,145,172); }

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