Html Css Color HEX #768DAD Ship Cove

📋 copy color: '#768DAD'

red 118 ◦ green 141 ◦ blue 173

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

Shades of Ship Cove #768DAD

Tints of Ship Cove #768DAD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.64%

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

R = 27.31%
G = 32.64%
B = 40.05%

CMYK

 C value IS 0.32

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#768DAD (or 0x768DAD) is known color: Ship Cove. HEX triplet: 76, 8D and AD. RGB value is (118,141,173). Sum of RGB (Red+Green+Blue) = 118+141+173=432 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.31% from 432); Green value is 141 (55.47% from 255 or 32.64% from 432); Blue value is 173 (67.97% from 255 or 40.05% from 432); Max value from RGB is 173 - color contains mainly: blue. Hex color #768DAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768DAD is #897252. Grayscale: #898989. Windows color (decimal): -9007699 or 11373942. OLE color: 11373942.

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

Color convert

RGB 118 141 173 -
CMYK 0.32 0.18 0 0.32
HSL 214.91º 0.25% 0.57% -
HSV(B) 214.91º 0.32% 0.68% -
XYZ 24.54 25.92 43.24 -
YUV 137.77 147.88 113.9 -
System Red Green Blue C M Y K H S L
Decimal 118 141 173 0.32 0.18 0 0.32 214.91 0.25 0.57
Hex 76 8D AD 20 12 0 20 D7 19 39
Octal 166 215 255 40 22 0 40 327 31 71
Binary 1110110 10001101 10101101 100000 10010 0 100000 11010111 11001 111001

Color Harmonies of #768DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768DAD

Black with #768DAD

Text Example


Text Example

White with #768DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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