Html Css Color HEX #7689AC Ship Cove

📋 copy color: '#7689AC'

red 118 ◦ green 137 ◦ blue 172

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

Shades of Ship Cove #7689AC

Tints of Ship Cove #7689AC

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.08%

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

R = 27.63%
G = 32.08%
B = 40.28%

CMYK

 C value IS 0.31

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7689AC (or 0x7689AC) is known color: Ship Cove. HEX triplet: 76, 89 and AC. RGB value is (118,137,172). Sum of RGB (Red+Green+Blue) = 118+137+172=427 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.63% from 427); Green value is 137 (53.91% from 255 or 32.08% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 172 - color contains mainly: blue. Hex color #7689AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7689AC is #897653. Grayscale: #878787. Windows color (decimal): -9008724 or 11307382. OLE color: 11307382.

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

Color convert

RGB 118 137 172 -
CMYK 0.31 0.20 0 0.33
HSL 218.89º 0.25% 0.57% -
HSV(B) 218.89º 0.31% 0.67% -
XYZ 23.86 24.72 42.54 -
YUV 135.31 148.71 115.65 -
System Red Green Blue C M Y K H S L
Decimal 118 137 172 0.31 0.20 0 0.33 218.89 0.25 0.57
Hex 76 89 AC 1F 14 0 21 DB 19 39
Octal 166 211 254 37 24 0 41 333 31 71
Binary 1110110 10001001 10101100 11111 10100 0 100001 11011011 11001 111001

Color Harmonies of #7689AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7689AC

Black with #7689AC

Text Example


Text Example

White with #7689AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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