Html Css Color HEX #778BAA Ship Cove

📋 copy color: '#778BAA'

red 119 ◦ green 139 ◦ blue 170

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

Shades of Ship Cove #778BAA

Tints of Ship Cove #778BAA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.48%

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

R = 27.8%
G = 32.48%
B = 39.72%

CMYK

 C value IS 0.3

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#778BAA (or 0x778BAA) is known color: Ship Cove. HEX triplet: 77, 8B and AA. RGB value is (119,139,170). Sum of RGB (Red+Green+Blue) = 119+139+170=428 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.80% from 428); Green value is 139 (54.69% from 255 or 32.48% from 428); Blue value is 170 (66.80% from 255 or 39.72% from 428); Max value from RGB is 170 - color contains mainly: blue. Hex color #778BAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778BAA is #887455. Grayscale: #888888. Windows color (decimal): -8942678 or 11176823. OLE color: 11176823.

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

Color convert

RGB 119 139 170 -
CMYK 0.3 0.18 0 0.33
HSL 216.47º 0.23% 0.57% -
HSV(B) 216.47º 0.3% 0.67% -
XYZ 24.1 25.29 41.64 -
YUV 136.55 146.87 115.48 -
System Red Green Blue C M Y K H S L
Decimal 119 139 170 0.3 0.18 0 0.33 216.47 0.23 0.57
Hex 77 8B AA 1E 12 0 21 D8 17 39
Octal 167 213 252 36 22 0 41 330 27 71
Binary 1110111 10001011 10101010 11110 10010 0 100001 11011000 10111 111001

Color Harmonies of #778BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778BAA

Black with #778BAA

Text Example


Text Example

White with #778BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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