#767EA4

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

Shades of Ship Cove #767EA4

Tints of Ship Cove #767EA4

Color information

#767EA4 (or 0x767EA4) is unknown color: approx Ship Cove. HEX triplet: 76, 7E and A4. RGB value is (118,126,164). Sum of RGB (Red+Green+Blue) = 118+126+164=408 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.92% from 408); Green value is 126 (49.61% from 255 or 30.88% from 408); Blue value is 164 (64.45% from 255 or 40.20% from 408); Max value from RGB is 164 - color contains mainly: blue. Hex color #767EA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767EA4 is #89815B. Grayscale: #7F7F7F. Windows color (decimal): -9011548 or 10780278. OLE color: 10780278.

HSL color Cylindrical-coordinate representation of color #767EA4: hue angle of 229.57º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #767EA4 is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB118126164-
CMYK0.280.2300.36
HSL229.57º20.18%55.29%-
HSV(B)229.57º28.05%64.31%-
XYZ21.6321.4538.12-
YUV127.94148.35120.91-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.92%
GREEN value IS 126 (49.61% from 255) = 30.88%
BLUE value IS 164 (64.45% from 255) = 40.20%
R=28.92%
G=30.88%
B=40.20%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1181261640.280.2300.36229.5720.1855.29
Hex767EA41C17024e61437
Octal16617624434270443462467
Binary1110110111111010100100111001011101001001110011010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,126,164); }

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

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

 a { background-color: rgb(118,126,164); }

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

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

 span { border-color: rgb(118,126,164); }

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