Html Css Color HEX #778CAF Ship Cove

📋 copy color: '#778CAF'

red 119 ◦ green 140 ◦ blue 175

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

Shades of Ship Cove #778CAF

Tints of Ship Cove #778CAF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.26%

 BLUE value IS 175 (68.75% from 255) = 40.32%

R = 27.42%
G = 32.26%
B = 40.32%

CMYK

 C value IS 0.32

 M value IS 0.2

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#778CAF (or 0x778CAF) is known color: Ship Cove. HEX triplet: 77, 8C and AF. RGB value is (119,140,175). Sum of RGB (Red+Green+Blue) = 119+140+175=434 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.42% from 434); Green value is 140 (55.08% from 255 or 32.26% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 175 - color contains mainly: blue. Hex color #778CAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778CAF is #887350. Grayscale: #898989. Windows color (decimal): -8942417 or 11504759. OLE color: 11504759.

HSL color Cylindrical-coordinate representation of color #778CAF: hue angle of 217.5º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #778CAF is Cyan = 0.32, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 119 140 175 -
CMYK 0.32 0.2 0 0.31
HSL 217.5º 0.26% 0.58% -
HSV(B) 217.5º 0.32% 0.69% -
XYZ 24.72 25.77 44.23 -
YUV 137.71 149.04 114.65 -
System Red Green Blue C M Y K H S L
Decimal 119 140 175 0.32 0.2 0 0.31 217.5 0.26 0.58
Hex 77 8C AF 20 14 0 1F DA 1A 3A
Octal 167 214 257 40 24 0 37 332 32 72
Binary 1110111 10001100 10101111 100000 10100 0 11111 11011010 11010 111010

Color Harmonies of #778CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778CAF

Black with #778CAF

Text Example


Text Example

White with #778CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,140,175); }

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

background-color css

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

 a { background-color: rgb(119,140,175); }

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

border-color css

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

 span { border-color: rgb(119,140,175); }

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