Html Css Color HEX #768FAD Ship Cove

📋 copy color: '#768FAD'

red 118 ◦ green 143 ◦ blue 173

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

Shades of Ship Cove #768FAD

Tints of Ship Cove #768FAD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.95%

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

R = 27.19%
G = 32.95%
B = 39.86%

CMYK

 C value IS 0.32

 M value IS 0.17

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#768FAD (or 0x768FAD) is known color: Ship Cove. HEX triplet: 76, 8F and AD. RGB value is (118,143,173). Sum of RGB (Red+Green+Blue) = 118+143+173=434 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.19% from 434); Green value is 143 (56.25% from 255 or 32.95% from 434); Blue value is 173 (67.97% from 255 or 39.86% from 434); Max value from RGB is 173 - color contains mainly: blue. Hex color #768FAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768FAD is #897052. Grayscale: #8A8A8A. Windows color (decimal): -9007187 or 11374454. OLE color: 11374454.

HSL color Cylindrical-coordinate representation of color #768FAD: hue angle of 212.73º 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 #768FAD is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 118 143 173 -
CMYK 0.32 0.17 0 0.32
HSL 212.73º 0.25% 0.57% -
HSV(B) 212.73º 0.32% 0.68% -
XYZ 24.84 26.51 43.34 -
YUV 138.95 147.22 113.06 -
System Red Green Blue C M Y K H S L
Decimal 118 143 173 0.32 0.17 0 0.32 212.73 0.25 0.57
Hex 76 8F AD 20 11 0 20 D5 19 39
Octal 166 217 255 40 21 0 40 325 31 71
Binary 1110110 10001111 10101101 100000 10001 0 100000 11010101 11001 111001

Color Harmonies of #768FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768FAD

Black with #768FAD

Text Example


Text Example

White with #768FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768FAD; }

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

 H1.HeaderClassName
 {
   color: #768FAD;
 }
 .AnyTagClassName
 {
   color: #768FAD;
 }
</style>

background-color css

<style>
 a { background-color: #768FAD; }

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

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

border-color css

<style>
 span { border-color: #768FAD; }

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

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