#7781AF

Color #7781AF Ship Cove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ship Cove #7781AF

Tints of Ship Cove #7781AF

Color information

#7781AF (or 0x7781AF) is unknown color: approx Ship Cove. HEX triplet: 77, 81 and AF. RGB value is (119,129,175). Sum of RGB (Red+Green+Blue) = 119+129+175=423 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28.13% from 423); Green value is 129 (50.78% from 255 or 30.50% from 423); Blue value is 175 (68.75% from 255 or 41.37% from 423); Max value from RGB is 175 - color contains mainly: blue. Hex color #7781AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7781AF is #887E50. Grayscale: #838383. Windows color (decimal): -8945233 or 11501943. OLE color: 11501943.

HSL color Cylindrical-coordinate representation of color #7781AF: hue angle of 229.29º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7781AF is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB119129175-
CMYK0.320.2600.31
HSL229.29º25.93%57.65%-
HSV(B)229.29º32%68.63%-
XYZ23.222.7243.72-
YUV131.25152.69119.26-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.13%
GREEN value IS 129 (50.78% from 255) = 30.50%
BLUE value IS 175 (68.75% from 255) = 41.37%
R=28.13%
G=30.50%
B=41.37%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1191291750.320.2600.31229.2925.9357.65
Hex7781AF201A01Fe51a3a
Octal16720125740320373453272
Binary11101111000000110101111100000110100111111110010111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7781AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7781AF; }

 p { color: rgb(119,129,175); }

 H1.HeaderClassName
 {
   color: #7781AF;
 }
 .AnyTagClassName
 {
   color: #7781AF;
 }
</style>
background-color css

<style>
 a { background-color: #7781AF; }

 a { background-color: rgb(119,129,175); }

 div.DivClassName
 {
   background-color: #7781AF;
 }
 .BgClassName
 {
   background-color: #7781AF;
 }
</style>
border-color css

<style>
 span { border-color: #7781AF; }

 span { border-color: rgb(119,129,175); }

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