Html Css Color HEX #778AAA Ship Cove

📋 copy color: '#778AAA'

red 119 ◦ green 138 ◦ blue 170

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

Shades of Ship Cove #778AAA

Tints of Ship Cove #778AAA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.32%

 BLUE value IS 170 (66.8% from 255) = 39.81%

R = 27.87%
G = 32.32%
B = 39.81%

CMYK

 C value IS 0.3

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#778AAA (or 0x778AAA) is known color: Ship Cove. HEX triplet: 77, 8A and AA. RGB value is (119,138,170). Sum of RGB (Red+Green+Blue) = 119+138+170=427 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.87% from 427); Green value is 138 (54.30% from 255 or 32.32% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 170 - color contains mainly: blue. Hex color #778AAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778AAA is #887555. Grayscale: #878787. Windows color (decimal): -8942934 or 11176567. OLE color: 11176567.

HSL color Cylindrical-coordinate representation of color #778AAA: hue angle of 217.65º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #778AAA is Cyan = 0.3, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 138 170 -
CMYK 0.3 0.19 0 0.33
HSL 217.65º 0.23% 0.57% -
HSV(B) 217.65º 0.3% 0.67% -
XYZ 23.95 25 41.59 -
YUV 135.97 147.21 115.9 -
System Red Green Blue C M Y K H S L
Decimal 119 138 170 0.3 0.19 0 0.33 217.65 0.23 0.57
Hex 77 8A AA 1E 13 0 21 DA 17 39
Octal 167 212 252 36 23 0 41 332 27 71
Binary 1110111 10001010 10101010 11110 10011 0 100001 11011010 10111 111001

Color Harmonies of #778AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778AAA

Black with #778AAA

Text Example


Text Example

White with #778AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,138,170); }

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

background-color css

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

 a { background-color: rgb(119,138,170); }

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

border-color css

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

 span { border-color: rgb(119,138,170); }

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