Html Css Color HEX #777BAA Ship Cove

📋 copy color: '#777BAA'

red 119 ◦ green 123 ◦ blue 170

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

Shades of Ship Cove #777BAA

Tints of Ship Cove #777BAA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.85%

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

R = 28.88%
G = 29.85%
B = 41.26%

CMYK

 C value IS 0.3

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#777BAA (or 0x777BAA) is known color: Ship Cove. HEX triplet: 77, 7B and AA. RGB value is (119,123,170). Sum of RGB (Red+Green+Blue) = 119+123+170=412 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.88% from 412); Green value is 123 (48.44% from 255 or 29.85% from 412); Blue value is 170 (66.80% from 255 or 41.26% from 412); Max value from RGB is 170 - color contains mainly: blue. Hex color #777BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777BAA is #888455. Grayscale: #7E7E7E. Windows color (decimal): -8946774 or 11172727. OLE color: 11172727.

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

Color convert

RGB 119 123 170 -
CMYK 0.3 0.28 0 0.33
HSL 235.29º 0.23% 0.57% -
HSV(B) 235.29º 0.3% 0.67% -
XYZ 21.95 20.99 40.93 -
YUV 127.16 152.17 122.18 -
System Red Green Blue C M Y K H S L
Decimal 119 123 170 0.3 0.28 0 0.33 235.29 0.23 0.57
Hex 77 7B AA 1E 1C 0 21 EB 17 39
Octal 167 173 252 36 34 0 41 353 27 71
Binary 1110111 1111011 10101010 11110 11100 0 100001 11101011 10111 111001

Color Harmonies of #777BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777BAA

Black with #777BAA

Text Example


Text Example

White with #777BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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