#767DA5

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

Shades of Ship Cove #767DA5

Tints of Ship Cove #767DA5

Color information

#767DA5 (or 0x767DA5) is unknown color: approx Ship Cove. HEX triplet: 76, 7D and A5. RGB value is (118,125,165). Sum of RGB (Red+Green+Blue) = 118+125+165=408 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.92% from 408); Green value is 125 (49.22% from 255 or 30.64% from 408); Blue value is 165 (64.84% from 255 or 40.44% from 408); Max value from RGB is 165 - color contains mainly: blue. Hex color #767DA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767DA5 is #89825A. Grayscale: #7F7F7F. Windows color (decimal): -9011803 or 10845558. OLE color: 10845558.

HSL color Cylindrical-coordinate representation of color #767DA5: hue angle of 231.06º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #767DA5 is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB118125165-
CMYK0.280.2400.35
HSL231.06º20.7%55.49%-
HSV(B)231.06º28.48%64.71%-
XYZ21.621.2438.56-
YUV127.47149.18121.25-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.92%
GREEN value IS 125 (49.22% from 255) = 30.64%
BLUE value IS 165 (64.84% from 255) = 40.44%
R=28.92%
G=30.64%
B=40.44%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1181251650.280.2400.35231.0620.755.49
Hex767DA51C18023e71537
Octal16617524534300433472567
Binary1110110111110110100101111001100001000111110011110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767DA5; }

 p { color: rgb(118,125,165); }

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

<style>
 a { background-color: #767DA5; }

 a { background-color: rgb(118,125,165); }

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

<style>
 span { border-color: #767DA5; }

 span { border-color: rgb(118,125,165); }

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