Html Css Color HEX #7691AD Ship Cove

📋 copy color: '#7691AD'

red 118 ◦ green 145 ◦ blue 173

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

Shades of Ship Cove #7691AD

Tints of Ship Cove #7691AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 39.68%

R = 27.06%
G = 33.26%
B = 39.68%

CMYK

 C value IS 0.32

 M value IS 0.16

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7691AD (or 0x7691AD) is known color: Ship Cove. HEX triplet: 76, 91 and AD. RGB value is (118,145,173). Sum of RGB (Red+Green+Blue) = 118+145+173=436 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.06% from 436); Green value is 145 (57.03% from 255 or 33.26% from 436); Blue value is 173 (67.97% from 255 or 39.68% from 436); Max value from RGB is 173 - color contains mainly: blue. Hex color #7691AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7691AD is #896E52. Grayscale: #8B8B8B. Windows color (decimal): -9006675 or 11374966. OLE color: 11374966.

HSL color Cylindrical-coordinate representation of color #7691AD: hue angle of 210.55º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7691AD is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 118 145 173 -
CMYK 0.32 0.16 0 0.32
HSL 210.55º 0.25% 0.57% -
HSV(B) 210.55º 0.32% 0.68% -
XYZ 25.14 27.12 43.44 -
YUV 140.12 146.55 112.22 -
System Red Green Blue C M Y K H S L
Decimal 118 145 173 0.32 0.16 0 0.32 210.55 0.25 0.57
Hex 76 91 AD 20 10 0 20 D3 19 39
Octal 166 221 255 40 20 0 40 323 31 71
Binary 1110110 10010001 10101101 100000 10000 0 100000 11010011 11001 111001

Color Harmonies of #7691AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7691AD

Black with #7691AD

Text Example


Text Example

White with #7691AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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