Html Css Color HEX #777FA3 Ship Cove

📋 copy color: '#777FA3'

red 119 ◦ green 127 ◦ blue 163

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

Shades of Ship Cove #777FA3

Tints of Ship Cove #777FA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 39.85%

R = 29.1%
G = 31.05%
B = 39.85%

CMYK

 C value IS 0.27

 M value IS 0.22

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#777FA3 (or 0x777FA3) is known color: Ship Cove. HEX triplet: 77, 7F and A3. RGB value is (119,127,163). Sum of RGB (Red+Green+Blue) = 119+127+163=409 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.10% from 409); Green value is 127 (50% from 255 or 31.05% from 409); Blue value is 163 (64.06% from 255 or 39.85% from 409); Max value from RGB is 163 - color contains mainly: blue. Hex color #777FA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777FA3 is #88805C. Grayscale: #808080. Windows color (decimal): -8945757 or 10714999. OLE color: 10714999.

HSL color Cylindrical-coordinate representation of color #777FA3: hue angle of 229.09º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #777FA3 is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 119 127 163 -
CMYK 0.27 0.22 0 0.36
HSL 229.09º 0.19% 0.55% -
HSV(B) 229.09º 0.27% 0.64% -
XYZ 21.81 21.75 37.7 -
YUV 128.71 147.35 121.07 -
System Red Green Blue C M Y K H S L
Decimal 119 127 163 0.27 0.22 0 0.36 229.09 0.19 0.55
Hex 77 7F A3 1B 16 0 24 E5 13 37
Octal 167 177 243 33 26 0 44 345 23 67
Binary 1110111 1111111 10100011 11011 10110 0 100100 11100101 10011 110111

Color Harmonies of #777FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777FA3

Black with #777FA3

Text Example


Text Example

White with #777FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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