#767DAD

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

Shades of Ship Cove #767DAD

Tints of Ship Cove #767DAD

Color information

#767DAD (or 0x767DAD) is unknown color: approx Ship Cove. HEX triplet: 76, 7D and AD. RGB value is (118,125,173). Sum of RGB (Red+Green+Blue) = 118+125+173=416 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.37% from 416); Green value is 125 (49.22% from 255 or 30.05% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 173 - color contains mainly: blue. Hex color #767DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767DAD is #898252. Grayscale: #808080. Windows color (decimal): -9011795 or 11369846. OLE color: 11369846.

HSL color Cylindrical-coordinate representation of color #767DAD: hue angle of 232.36º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #767DAD is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB118125173-
CMYK0.320.2800.32
HSL232.36º25.11%57.06%-
HSV(B)232.36º31.79%67.84%-
XYZ22.3521.5442.51-
YUV128.38153.18120.6-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.37%
GREEN value IS 125 (49.22% from 255) = 30.05%
BLUE value IS 173 (67.97% from 255) = 41.59%
R=28.37%
G=30.05%
B=41.59%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1181251730.320.2800.32232.3625.1157.06
Hex767DAD201C020e81939
Octal16617525540340403503171
Binary11101101111101101011011000001110001000001110100011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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