Html Css Color HEX #7686AC Ship Cove

📋 copy color: '#7686AC'

red 118 ◦ green 134 ◦ blue 172

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

Shades of Ship Cove #7686AC

Tints of Ship Cove #7686AC

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.6%

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

R = 27.83%
G = 31.6%
B = 40.57%

CMYK

 C value IS 0.31

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7686AC (or 0x7686AC) is known color: Ship Cove. HEX triplet: 76, 86 and AC. RGB value is (118,134,172). Sum of RGB (Red+Green+Blue) = 118+134+172=424 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.83% from 424); Green value is 134 (52.73% from 255 or 31.60% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 172 - color contains mainly: blue. Hex color #7686AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7686AC is #897953. Grayscale: #858585. Windows color (decimal): -9009492 or 11306614. OLE color: 11306614.

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

Color convert

RGB 118 134 172 -
CMYK 0.31 0.22 0 0.33
HSL 222.22º 0.25% 0.57% -
HSV(B) 222.22º 0.31% 0.67% -
XYZ 23.44 23.88 42.4 -
YUV 133.55 149.7 116.91 -
System Red Green Blue C M Y K H S L
Decimal 118 134 172 0.31 0.22 0 0.33 222.22 0.25 0.57
Hex 76 86 AC 1F 16 0 21 DE 19 39
Octal 166 206 254 37 26 0 41 336 31 71
Binary 1110110 10000110 10101100 11111 10110 0 100001 11011110 11001 111001

Color Harmonies of #7686AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7686AC

Black with #7686AC

Text Example


Text Example

White with #7686AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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