Html Css Color HEX #768FAC Ship Cove

📋 copy color: '#768FAC'

red 118 ◦ green 143 ◦ blue 172

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

Shades of Ship Cove #768FAC

Tints of Ship Cove #768FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 39.72%

R = 27.25%
G = 33.03%
B = 39.72%

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

#768FAC (or 0x768FAC) is known color: Ship Cove. HEX triplet: 76, 8F and AC. RGB value is (118,143,172). Sum of RGB (Red+Green+Blue) = 118+143+172=433 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.25% from 433); Green value is 143 (56.25% from 255 or 33.03% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 172 - color contains mainly: blue. Hex color #768FAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768FAC is #897053. Grayscale: #8A8A8A. Windows color (decimal): -9007188 or 11308918. OLE color: 11308918.

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

Color convert

RGB 118 143 172 -
CMYK 0.31 0.17 0 0.33
HSL 212.22º 0.25% 0.57% -
HSV(B) 212.22º 0.31% 0.67% -
XYZ 24.74 26.48 42.84 -
YUV 138.83 146.72 113.14 -
System Red Green Blue C M Y K H S L
Decimal 118 143 172 0.31 0.17 0 0.33 212.22 0.25 0.57
Hex 76 8F AC 1F 11 0 21 D4 19 39
Octal 166 217 254 37 21 0 41 324 31 71
Binary 1110110 10001111 10101100 11111 10001 0 100001 11010100 11001 111001

Color Harmonies of #768FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768FAC

Black with #768FAC

Text Example


Text Example

White with #768FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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