Html Css Color HEX #768CAD Ship Cove

📋 copy color: '#768CAD'

red 118 ◦ green 140 ◦ blue 173

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

Shades of Ship Cove #768CAD

Tints of Ship Cove #768CAD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.48%

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

R = 27.38%
G = 32.48%
B = 40.14%

CMYK

 C value IS 0.32

 M value IS 0.19

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#768CAD (or 0x768CAD) is known color: Ship Cove. HEX triplet: 76, 8C and AD. RGB value is (118,140,173). Sum of RGB (Red+Green+Blue) = 118+140+173=431 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.38% from 431); Green value is 140 (55.08% from 255 or 32.48% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 173 - color contains mainly: blue. Hex color #768CAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768CAD is #897352. Grayscale: #898989. Windows color (decimal): -9007955 or 11373686. OLE color: 11373686.

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

Color convert

RGB 118 140 173 -
CMYK 0.32 0.19 0 0.32
HSL 216º 0.25% 0.57% -
HSV(B) 216º 0.32% 0.68% -
XYZ 24.39 25.62 43.2 -
YUV 137.18 148.21 114.32 -
System Red Green Blue C M Y K H S L
Decimal 118 140 173 0.32 0.19 0 0.32 216 0.25 0.57
Hex 76 8C AD 20 13 0 20 D8 19 39
Octal 166 214 255 40 23 0 40 330 31 71
Binary 1110110 10001100 10101101 100000 10011 0 100000 11011000 11001 111001

Color Harmonies of #768CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768CAD

Black with #768CAD

Text Example


Text Example

White with #768CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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