Html Css Color HEX #778CAC Ship Cove

📋 copy color: '#778CAC'

red 119 ◦ green 140 ◦ blue 172

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

Shades of Ship Cove #778CAC

Tints of Ship Cove #778CAC

RGB

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

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

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

R = 27.61%
G = 32.48%
B = 39.91%

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

#778CAC (or 0x778CAC) is known color: Ship Cove. HEX triplet: 77, 8C and AC. RGB value is (119,140,172). Sum of RGB (Red+Green+Blue) = 119+140+172=431 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.61% from 431); Green value is 140 (55.08% from 255 or 32.48% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 172 - color contains mainly: blue. Hex color #778CAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778CAC is #887353. Grayscale: #898989. Windows color (decimal): -8942420 or 11308151. OLE color: 11308151.

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

Color convert

RGB 119 140 172 -
CMYK 0.31 0.19 0 0.33
HSL 216.23º 0.24% 0.57% -
HSV(B) 216.23º 0.31% 0.67% -
XYZ 24.43 25.66 42.69 -
YUV 137.37 147.54 114.9 -
System Red Green Blue C M Y K H S L
Decimal 119 140 172 0.31 0.19 0 0.33 216.23 0.24 0.57
Hex 77 8C AC 1F 13 0 21 D8 18 39
Octal 167 214 254 37 23 0 41 330 30 71
Binary 1110111 10001100 10101100 11111 10011 0 100001 11011000 11000 111001

Color Harmonies of #778CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778CAC

Black with #778CAC

Text Example


Text Example

White with #778CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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