Html Css Color HEX #778DB4 Ship Cove

📋 copy color: '#778DB4'

red 119 ◦ green 141 ◦ blue 180

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

Shades of Ship Cove #778DB4

Tints of Ship Cove #778DB4

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.05%

 BLUE value IS 180 (70.7% from 255) = 40.91%

R = 27.05%
G = 32.05%
B = 40.91%

CMYK

 C value IS 0.34

 M value IS 0.22

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#778DB4 (or 0x778DB4) is known color: Ship Cove. HEX triplet: 77, 8D and B4. RGB value is (119,141,180). Sum of RGB (Red+Green+Blue) = 119+141+180=440 (58% of max value = 765). Red value is 119 (46.88% from 255 or 27.05% from 440); Green value is 141 (55.47% from 255 or 32.05% from 440); Blue value is 180 (70.70% from 255 or 40.91% from 440); Max value from RGB is 180 - color contains mainly: blue. Hex color #778DB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778DB4 is #88724B. Grayscale: #8A8A8A. Windows color (decimal): -8942156 or 11832695. OLE color: 11832695.

HSL color Cylindrical-coordinate representation of color #778DB4: hue angle of 218.36º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #778DB4 is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 119 141 180 -
CMYK 0.34 0.22 0 0.29
HSL 218.36º 0.29% 0.59% -
HSV(B) 218.36º 0.34% 0.71% -
XYZ 25.37 26.27 46.91 -
YUV 138.87 151.21 113.83 -
System Red Green Blue C M Y K H S L
Decimal 119 141 180 0.34 0.22 0 0.29 218.36 0.29 0.59
Hex 77 8D B4 22 16 0 1D DA 1D 3B
Octal 167 215 264 42 26 0 35 332 35 73
Binary 1110111 10001101 10110100 100010 10110 0 11101 11011010 11101 111011

Color Harmonies of #778DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778DB4

Black with #778DB4

Text Example


Text Example

White with #778DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,141,180); }

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

background-color css

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

 a { background-color: rgb(119,141,180); }

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

border-color css

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

 span { border-color: rgb(119,141,180); }

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