#7A7CAA

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

Shades of Ship Cove #7A7CAA

Tints of Ship Cove #7A7CAA

Color information

#7A7CAA (or 0x7A7CAA) is unknown color: approx Ship Cove. HEX triplet: 7A, 7C and AA. RGB value is (122,124,170). Sum of RGB (Red+Green+Blue) = 122+124+170=416 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.33% from 416); Green value is 124 (48.83% from 255 or 29.81% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 170 - color contains mainly: blue. Hex color #7A7CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7CAA is #858355. Grayscale: #808080. Windows color (decimal): -8749910 or 11172986. OLE color: 11172986.

HSL color Cylindrical-coordinate representation of color #7A7CAA: hue angle of 237.5º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7A7CAA is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB122124170-
CMYK0.280.2700.33
HSL237.5º22.02%57.25%-
HSV(B)237.5º28.24%66.67%-
XYZ22.4921.4640.99-
YUV128.65151.34123.26-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.33%
GREEN value IS 124 (48.83% from 255) = 29.81%
BLUE value IS 170 (66.80% from 255) = 40.87%
R=29.33%
G=29.81%
B=40.87%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1221241700.280.2700.33237.522.0257.25
Hex7A7CAA1C1B021ee1639
Octal17217425234330413562671
Binary1111010111110010101010111001101101000011110111010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A7CAA; }

 p { color: rgb(122,124,170); }

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

<style>
 a { background-color: #7A7CAA; }

 a { background-color: rgb(122,124,170); }

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

<style>
 span { border-color: #7A7CAA; }

 span { border-color: rgb(122,124,170); }

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