Html Css Color HEX #768FAB Ship Cove

📋 copy color: '#768FAB'

red 118 ◦ green 143 ◦ blue 171

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

Shades of Ship Cove #768FAB

Tints of Ship Cove #768FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.58%

R = 27.31%
G = 33.1%
B = 39.58%

CMYK

 C value IS 0.31

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#768FAB (or 0x768FAB) is known color: Ship Cove. HEX triplet: 76, 8F and AB. RGB value is (118,143,171). Sum of RGB (Red+Green+Blue) = 118+143+171=432 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.31% from 432); Green value is 143 (56.25% from 255 or 33.10% from 432); Blue value is 171 (67.19% from 255 or 39.58% from 432); Max value from RGB is 171 - color contains mainly: blue. Hex color #768FAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768FAB is #897054. Grayscale: #8A8A8A. Windows color (decimal): -9007189 or 11243382. OLE color: 11243382.

HSL color Cylindrical-coordinate representation of color #768FAB: hue angle of 211.7º degrees, saturation: 0.24, 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 #768FAB is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 143 171 -
CMYK 0.31 0.16 0 0.33
HSL 211.7º 0.24% 0.57% -
HSV(B) 211.7º 0.31% 0.67% -
XYZ 24.64 26.44 42.33 -
YUV 138.72 146.22 113.22 -
System Red Green Blue C M Y K H S L
Decimal 118 143 171 0.31 0.16 0 0.33 211.7 0.24 0.57
Hex 76 8F AB 1F 10 0 21 D4 18 39
Octal 166 217 253 37 20 0 41 324 30 71
Binary 1110110 10001111 10101011 11111 10000 0 100001 11010100 11000 111001

Color Harmonies of #768FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768FAB

Black with #768FAB

Text Example


Text Example

White with #768FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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