Html Css Color HEX #777FAB Ship Cove

📋 copy color: '#777FAB'

red 119 ◦ green 127 ◦ blue 171

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

Shades of Ship Cove #777FAB

Tints of Ship Cove #777FAB

RGB

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

 GREEN value IS 127 (50% from 255) = 30.46%

 BLUE value IS 171 (67.19% from 255) = 41.01%

R = 28.54%
G = 30.46%
B = 41.01%

CMYK

 C value IS 0.30

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#777FAB (or 0x777FAB) is known color: Ship Cove. HEX triplet: 77, 7F and AB. RGB value is (119,127,171). Sum of RGB (Red+Green+Blue) = 119+127+171=417 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.54% from 417); Green value is 127 (50% from 255 or 30.46% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 171 - color contains mainly: blue. Hex color #777FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777FAB is #888054. Grayscale: #818181. Windows color (decimal): -8945749 or 11239287. OLE color: 11239287.

HSL color Cylindrical-coordinate representation of color #777FAB: hue angle of 230.77º degrees, saturation: 0.24, 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 #777FAB is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 127 171 -
CMYK 0.30 0.26 0 0.33
HSL 230.77º 0.24% 0.57% -
HSV(B) 230.77º 0.3% 0.67% -
XYZ 22.55 22.04 41.59 -
YUV 129.62 151.35 120.42 -
System Red Green Blue C M Y K H S L
Decimal 119 127 171 0.30 0.26 0 0.33 230.77 0.24 0.57
Hex 77 7F AB 1E 1A 0 21 E7 18 39
Octal 167 177 253 36 32 0 41 347 30 71
Binary 1110111 1111111 10101011 11110 11010 0 100001 11100111 11000 111001

Color Harmonies of #777FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777FAB

Black with #777FAB

Text Example


Text Example

White with #777FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,127,171); }

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

background-color css

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

 a { background-color: rgb(119,127,171); }

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

border-color css

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

 span { border-color: rgb(119,127,171); }

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