Html Css Color HEX #768BAC Ship Cove

📋 copy color: '#768BAC'

red 118 ◦ green 139 ◦ blue 172

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

Shades of Ship Cove #768BAC

Tints of Ship Cove #768BAC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.4%

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

R = 27.51%
G = 32.4%
B = 40.09%

CMYK

 C value IS 0.31

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#768BAC (or 0x768BAC) is known color: Ship Cove. HEX triplet: 76, 8B and AC. RGB value is (118,139,172). Sum of RGB (Red+Green+Blue) = 118+139+172=429 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.51% from 429); Green value is 139 (54.69% from 255 or 32.40% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 172 - color contains mainly: blue. Hex color #768BAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768BAC is #897453. Grayscale: #888888. Windows color (decimal): -9008212 or 11307894. OLE color: 11307894.

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

Color convert

RGB 118 139 172 -
CMYK 0.31 0.19 0 0.33
HSL 216.67º 0.25% 0.57% -
HSV(B) 216.67º 0.31% 0.67% -
XYZ 24.15 25.3 42.64 -
YUV 136.48 148.04 114.82 -
System Red Green Blue C M Y K H S L
Decimal 118 139 172 0.31 0.19 0 0.33 216.67 0.25 0.57
Hex 76 8B AC 1F 13 0 21 D9 19 39
Octal 166 213 254 37 23 0 41 331 31 71
Binary 1110110 10001011 10101100 11111 10011 0 100001 11011001 11001 111001

Color Harmonies of #768BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768BAC

Black with #768BAC

Text Example


Text Example

White with #768BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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