Html Css Color HEX #768DAA Ship Cove

📋 copy color: '#768DAA'

red 118 ◦ green 141 ◦ blue 170

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

Shades of Ship Cove #768DAA

Tints of Ship Cove #768DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 39.63%

R = 27.51%
G = 32.87%
B = 39.63%

CMYK

 C value IS 0.31

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#768DAA (or 0x768DAA) is known color: Ship Cove. HEX triplet: 76, 8D and AA. RGB value is (118,141,170). Sum of RGB (Red+Green+Blue) = 118+141+170=429 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.51% from 429); Green value is 141 (55.47% from 255 or 32.87% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 170 - color contains mainly: blue. Hex color #768DAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768DAA is #897255. Grayscale: #898989. Windows color (decimal): -9007702 or 11177334. OLE color: 11177334.

HSL color Cylindrical-coordinate representation of color #768DAA: hue angle of 213.46º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #768DAA is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 141 170 -
CMYK 0.31 0.17 0 0.33
HSL 213.46º 0.23% 0.56% -
HSV(B) 213.46º 0.31% 0.67% -
XYZ 24.25 25.8 41.73 -
YUV 137.43 146.38 114.14 -
System Red Green Blue C M Y K H S L
Decimal 118 141 170 0.31 0.17 0 0.33 213.46 0.23 0.56
Hex 76 8D AA 1F 11 0 21 D5 17 38
Octal 166 215 252 37 21 0 41 325 27 70
Binary 1110110 10001101 10101010 11111 10001 0 100001 11010101 10111 111000

Color Harmonies of #768DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768DAA

Black with #768DAA

Text Example


Text Example

White with #768DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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