Html Css Color HEX #778FAC Ship Cove

📋 copy color: '#778FAC'

red 119 ◦ green 143 ◦ blue 172

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

Shades of Ship Cove #778FAC

Tints of Ship Cove #778FAC

RGB

 RED value IS 119 (46.88% from 255) = 27.42%

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

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

R = 27.42%
G = 32.95%
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

#778FAC (or 0x778FAC) is known color: Ship Cove. HEX triplet: 77, 8F and AC. RGB value is (119,143,172). Sum of RGB (Red+Green+Blue) = 119+143+172=434 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.42% from 434); Green value is 143 (56.25% from 255 or 32.95% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 172 - color contains mainly: blue. Hex color #778FAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778FAC is #887053. Grayscale: #8A8A8A. Windows color (decimal): -8941652 or 11308919. OLE color: 11308919.

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

Color convert

RGB 119 143 172 -
CMYK 0.31 0.17 0 0.33
HSL 212.83º 0.24% 0.57% -
HSV(B) 212.83º 0.31% 0.67% -
XYZ 24.88 26.55 42.84 -
YUV 139.13 146.55 113.64 -
System Red Green Blue C M Y K H S L
Decimal 119 143 172 0.31 0.17 0 0.33 212.83 0.24 0.57
Hex 77 8F AC 1F 11 0 21 D5 18 39
Octal 167 217 254 37 21 0 41 325 30 71
Binary 1110111 10001111 10101100 11111 10001 0 100001 11010101 11000 111001

Color Harmonies of #778FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778FAC

Black with #778FAC

Text Example


Text Example

White with #778FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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